mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
another attempt
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
f2f674d949
commit
cdd5a95062
1 changed files with 1 additions and 2 deletions
|
|
@ -9,8 +9,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
\
|
\
|
||||||
apt-get update; \
|
apt-get update; \
|
||||||
apt-get --fix-broken install; \
|
apt-get install --fix-broken -y --no-install-recommends \
|
||||||
apt-get install -y --no-install-recommends \
|
|
||||||
netcat-openbsd \
|
netcat-openbsd \
|
||||||
; \
|
; \
|
||||||
rm -rf /var/lib/apt/lists/*;
|
rm -rf /var/lib/apt/lists/*;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue