This commit is contained in:
shoopea 2025-05-04 13:49:52 +02:00
parent f43d804767
commit ac7b5b4d2e

View File

@ -11,7 +11,7 @@ COPY ./config.settings /tmp/config.settings
WORKDIR /usr/src/ircd
RUN set -x \
&& apt-get install ${PKG}
&& apt-get install ${PKG} \
&& wget -O /tmp/unrealircd https://www.unrealircd.org/downloads/unrealircd-${VER}.tar.gz \
&& tar xvfz /tmp/unrealircd \
&& cd ./unrealircd-${VER}/ \