Merge pull request #5780 from nextcloud/enh/noid/downgrade-collabora

try to downgrade collabora
This commit is contained in:
Simon L. 2024-12-20 11:27:55 +01:00 committed by GitHub
commit f0ef13b3bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:latest
# From a file located probably somewhere here: https://github.com/CollaboraOnline/online/tree/master/docker
FROM collabora/code:24.04.10.2.1
FROM collabora/code:24.04.9.1.1
USER root
ARG DEBIAN_FRONTEND=noninteractive
@ -10,8 +10,7 @@ RUN set -ex; \
\
apt-get update; \
apt-get install -y --no-install-recommends \
# # Disable because seems to be failing currently
# # tzdata \
tzdata \
netcat-openbsd \
; \
rm -rf /var/lib/apt/lists/*;