mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-07 06:07:45 +08:00
fix database import
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
da79cf777d
commit
46ca08858a
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# From https://github.com/docker-library/postgres/blob/master/13/alpine/Dockerfile
|
# From https://github.com/docker-library/postgres/blob/master/13/alpine/Dockerfile
|
||||||
FROM postgres:14.4-alpine
|
FROM postgres:14.4-alpine
|
||||||
|
|
||||||
RUN apk add --update --no-cache bash openssl shadow netcat-openbsd
|
RUN apk add --update --no-cache bash openssl shadow netcat-openbsd grep
|
||||||
|
|
||||||
# We need to use the same gid and uid as on old installations
|
# We need to use the same gid and uid as on old installations
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
|
|
Loading…
Reference in a new issue