mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-12 01:24:45 +08:00
another collabora attempt
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
37c56f1a0c
commit
d6c35782f5
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
\
|
\
|
||||||
apt-get update; \
|
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 \
|
netcat-openbsd \
|
||||||
; \
|
; \
|
||||||
rm -rf /var/lib/apt/lists/*;
|
rm -rf /var/lib/apt/lists/*;
|
||||||
|
|
Loading…
Add table
Reference in a new issue