This commit is contained in:
shoopea 2025-05-04 13:58:41 +02:00
parent 9e1fa7f446
commit 0e4579e5cd

View File

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