This commit is contained in:
shoopea 2025-05-04 13:52:25 +02:00
parent 6d890a970d
commit 37795c8cbf

View File

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