another collabora attempt

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2025-05-30 09:56:28 +02:00
parent 37c56f1a0c
commit d6c35782f5

View file

@ -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/*;