We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 141b474 commit d32d825Copy full SHA for d32d825
16/Dockerfile.fedora
@@ -46,7 +46,7 @@ COPY root/usr/libexec/fix-permissions /usr/libexec/fix-permissions
46
# to make sure of that.
47
RUN INSTALL_PKGS="rsync tar gettext bind-utils postgresql16-server postgresql16-contrib nss_wrapper " && \
48
INSTALL_PKGS+="findutils xz" && \
49
- INSTALL_PKGS+=" pgaudit" && \
+ INSTALL_PKGS+=" postgresql16-pgaudit" && \
50
dnf -y --setopt=tsflags=nodocs install $INSTALL_PKGS && \
51
rpm -V $INSTALL_PKGS && \
52
postgres -V | grep -qe "$POSTGRESQL_VERSION\." && echo "Found VERSION $POSTGRESQL_VERSION" && \
0 commit comments