From ac7b5b4d2e5a78c19433830ca33e79703fbb48ba Mon Sep 17 00:00:00 2001 From: shoopea Date: Sun, 4 May 2025 13:49:52 +0200 Subject: [PATCH] typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c2819ba..2ac557e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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}/ \