From 247f085d4c5da4699bd4a123b3b0b07a98cf4ac6 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Thu, 5 Dec 2024 15:33:05 +0100 Subject: [PATCH] fix collabora Signed-off-by: Simon L. --- Containers/collabora/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Containers/collabora/Dockerfile b/Containers/collabora/Dockerfile index 3c709c35bd1..a8f0907e3dd 100644 --- a/Containers/collabora/Dockerfile +++ b/Containers/collabora/Dockerfile @@ -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/*;