fix collabora

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2025-05-30 09:43:20 +02:00
parent bbd6812977
commit 1cced86de6

View file

@ -9,6 +9,7 @@ ARG DEBIAN_FRONTEND=noninteractive
RUN set -ex; \
\
apt-get update; \
apt --fix-broken install; \
apt-get install -y --no-install-recommends \
netcat-openbsd \
; \