remove wget form talk container as not needed anymore

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-06-15 22:47:15 +02:00
parent 20167ab914
commit daed2bdfb4

View file

@ -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 \