mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-16 18:50:20 +00:00
remove wget form talk container as not needed anymore
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
20167ab914
commit
daed2bdfb4
1 changed files with 0 additions and 2 deletions
|
|
@ -19,7 +19,6 @@ RUN set -ex; \
|
||||||
supervisor \
|
supervisor \
|
||||||
bind-tools \
|
bind-tools \
|
||||||
netcat-openbsd \
|
netcat-openbsd \
|
||||||
wget \
|
|
||||||
shadow \
|
shadow \
|
||||||
util-linux \
|
util-linux \
|
||||||
build-base \
|
build-base \
|
||||||
|
|
@ -30,7 +29,6 @@ RUN set -ex; \
|
||||||
luarocks-5.3 install ansicolors; \
|
luarocks-5.3 install ansicolors; \
|
||||||
rename -v ".jcfg.sample" ".jcfg" /etc/janus/*.sample; \
|
rename -v ".jcfg.sample" ".jcfg" /etc/janus/*.sample; \
|
||||||
apk del --no-cache \
|
apk del --no-cache \
|
||||||
wget \
|
|
||||||
shadow \
|
shadow \
|
||||||
util-linux \
|
util-linux \
|
||||||
build-base \
|
build-base \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue