mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-10-06 05:24:37 +08:00
collabora: fix permissions for /etc/coolwsd/coolwsd.xml file
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
c0835f49a9
commit
ae5f4b7999
1 changed files with 3 additions and 1 deletions
|
@ -14,7 +14,9 @@ RUN set -ex; \
|
||||||
# # tzdata \
|
# # tzdata \
|
||||||
netcat-openbsd \
|
netcat-openbsd \
|
||||||
; \
|
; \
|
||||||
rm -rf /var/lib/apt/lists/*;
|
rm -rf /var/lib/apt/lists/*; \
|
||||||
|
# Fix permissions for coolwsd.xml file. See https://github.com/CollaboraOnline/online/issues/11345
|
||||||
|
chmod +r /etc/coolwsd/coolwsd.xml
|
||||||
|
|
||||||
COPY --chmod=775 healthcheck.sh /healthcheck.sh
|
COPY --chmod=775 healthcheck.sh /healthcheck.sh
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue