mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
Switch from mawk to built-in awk
Signed-off-by: Anth0rx <pascal@dengconsult.systems>
This commit is contained in:
parent
27d99efebf
commit
a51d43c074
4 changed files with 3 additions and 4 deletions
|
|
@ -6,7 +6,7 @@ COPY --chmod=775 healthcheck.sh /healthcheck.sh
|
|||
COPY --chmod=775 init-user-db.sh /docker-entrypoint-initdb.d/init-user-db.sh
|
||||
|
||||
RUN set -ex; \
|
||||
apk add --no-cache bash openssl shadow grep mawk; \
|
||||
apk add --no-cache bash openssl shadow grep; \
|
||||
\
|
||||
# We need to use the same gid and uid as on old installations
|
||||
deluser postgres; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue