mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
parent
17b35a45db
commit
c671018798
17 changed files with 23 additions and 4 deletions
|
|
@ -23,6 +23,7 @@ VOLUME /var/www/html
|
|||
# Custom: change id of www-data user as it needs to be the same like on old installations
|
||||
# hadolint ignore=SC2086,DL3003
|
||||
RUN set -ex; \
|
||||
apk upgrade --no-cache -a; \
|
||||
apk add --no-cache shadow; \
|
||||
deluser www-data; \
|
||||
groupmod -g 333 xfs; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue