Skip to content

Commit

Permalink
fix: add findutils package (#1)
Browse files Browse the repository at this point in the history
For `/usr/share/container-scripts/postgresql/common.sh` script.
  • Loading branch information
hairmare authored Mar 4, 2024
1 parent ca0bbcf commit 0276289
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,17 @@ COPY --from=source /usr/bin/container-entrypoint /usr/bin/container-entrypoint
COPY --from=source /usr/bin/run-postgresql /usr/bin/run-postgresql

RUN microdnf install -y \
rsync \
tar \
bind-utils \
findutils \
gettext \
glibc-langpack-en \
glibc-locale-source \
bind-utils \
nss_wrapper \
postgresql-server \
postgresql-contrib \
pgaudit \
rsync \
tar \
&& localedef -f UTF-8 -i en_US en_US.UTF-8 \
&& mkdir -p /var/lib/pgsql/data \
&& microdnf clean all \
Expand Down

0 comments on commit 0276289

Please sign in to comment.