Skip to content

Commit

Permalink
Merge pull request #5780 from nextcloud/enh/noid/downgrade-collabora
Browse files Browse the repository at this point in the history
try to downgrade collabora
  • Loading branch information
szaimen authored Dec 20, 2024
2 parents 42f3214 + 138e7f3 commit f0ef13b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Containers/collabora/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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/*;
Expand Down

0 comments on commit f0ef13b

Please sign in to comment.