mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-30 02:26:00 +08:00
Merge pull request #5780 from nextcloud/enh/noid/downgrade-collabora
try to downgrade collabora
This commit is contained in:
commit
f0ef13b3bf
1 changed files with 2 additions and 3 deletions
|
@ -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/*;
|
||||
|
|
Loading…
Add table
Reference in a new issue