From 0e4579e5cd4b56843776f48f49396a6ffe1bd7e6 Mon Sep 17 00:00:00 2001 From: shoopea Date: Sun, 4 May 2025 13:58:41 +0200 Subject: [PATCH] update --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \