fix collabora

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2024-12-05 15:33:05 +01:00
parent 86459e0c96
commit 247f085d4c

View file

@ -10,7 +10,8 @@ RUN set -ex; \
\
apt-get update; \
apt-get install -y --no-install-recommends \
tzdata \
# # Disable because seems to be failing currently
# # tzdata \
netcat-openbsd \
; \
rm -rf /var/lib/apt/lists/*;