Skip to content

Commit

Permalink
Update 16/Dockerfile.c10s
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek committed Sep 5, 2024
1 parent 98e65b9 commit 434c430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 16/Dockerfile.c10s
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ RUN INSTALL_PKGS="rsync tar gettext bind-utils nss_wrapper postgresql-server pos
localedef -f UTF-8 -i en_US en_US.UTF-8 && \
test "$(id postgres)" = "uid=26(postgres) gid=26(postgres) groups=26(postgres)" && \
mkdir -p /var/lib/pgsql/data && \
# Directory /var/run/postgresql was removed and /run/postgresql is marked as %ghost dir
/usr/libexec/fix-permissions /var/lib/pgsql
mkdir -p /run/postgresql && \
/usr/libexec/fix-permissions /var/lib/pgsql /run/postgresql

# Get prefix path and path to scripts rather than hard-code them in scripts
ENV CONTAINER_SCRIPTS_PATH=/usr/share/container-scripts/postgresql \
Expand Down

0 comments on commit 434c430

Please sign in to comment.