Skip to content

Commit d32d825

Browse files
committed
Add generated sources for Fedora
Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent 141b474 commit d32d825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

16/Dockerfile.fedora

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ COPY root/usr/libexec/fix-permissions /usr/libexec/fix-permissions
4646
# to make sure of that.
4747
RUN INSTALL_PKGS="rsync tar gettext bind-utils postgresql16-server postgresql16-contrib nss_wrapper " && \
4848
INSTALL_PKGS+="findutils xz" && \
49-
INSTALL_PKGS+=" pgaudit" && \
49+
INSTALL_PKGS+=" postgresql16-pgaudit" && \
5050
dnf -y --setopt=tsflags=nodocs install $INSTALL_PKGS && \
5151
rpm -V $INSTALL_PKGS && \
5252
postgres -V | grep -qe "$POSTGRESQL_VERSION\." && echo "Found VERSION $POSTGRESQL_VERSION" && \

0 commit comments

Comments
 (0)