mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-06-01 16:30:09 +00:00
make collabora container read-only
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
@@ -11,7 +11,9 @@ RUN set -ex; \
|
||||
tzdata \
|
||||
netcat-openbsd \
|
||||
; \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
rm -rf /var/lib/apt/lists/*; \
|
||||
mkdir -p /opt/cool/child-roots; \
|
||||
chmod 777 -R /opt/cool/child-roots
|
||||
|
||||
USER 100
|
||||
|
||||
|
||||
Reference in New Issue
Block a user