This commit is contained in:
shoopea 2025-05-04 13:56:03 +02:00
parent 42b816d7b4
commit 7dcc1b7ecd

View File

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