From daed2bdfb40549a5ebf05f24db8b4306991ad846 Mon Sep 17 00:00:00 2001 From: Simon L Date: Thu, 15 Jun 2023 22:47:15 +0200 Subject: [PATCH] remove wget form talk container as not needed anymore Signed-off-by: Simon L --- Containers/talk/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Containers/talk/Dockerfile b/Containers/talk/Dockerfile index c5222d52..9b3e90b3 100644 --- a/Containers/talk/Dockerfile +++ b/Containers/talk/Dockerfile @@ -19,7 +19,6 @@ RUN set -ex; \ supervisor \ bind-tools \ netcat-openbsd \ - wget \ shadow \ util-linux \ build-base \ @@ -30,7 +29,6 @@ RUN set -ex; \ luarocks-5.3 install ansicolors; \ rename -v ".jcfg.sample" ".jcfg" /etc/janus/*.sample; \ apk del --no-cache \ - wget \ shadow \ util-linux \ build-base \