mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-21 10:50:10 +00:00
@@ -9,7 +9,8 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
RUN set -ex; \
|
||||
\
|
||||
apt-get update; \
|
||||
apt-get install --fix-broken -y --no-install-recommends \
|
||||
apt-get --fix-broken install -y --no-install-recommends; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
netcat-openbsd \
|
||||
; \
|
||||
rm -rf /var/lib/apt/lists/*;
|
||||
|
||||
Reference in New Issue
Block a user