diff --git a/Dockerfile b/Dockerfile index 065513d..246c862 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ WORKDIR /usr/src/ircd RUN set -x \ && apt-get update \ && 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 \ && cd ./unrealircd-${VER}/ \ && cp /tmp/config.settings /usr/src/ircd/unrealircd-${VER}/config.settings \