Skip to content

Commit a3e439c

Browse files
committed
Add dist-gen generated sources
Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent e2e1e3f commit a3e439c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

13/Dockerfile.rhel9

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ COPY root/usr/libexec/fix-permissions /usr/libexec/fix-permissions
4343
# safe in the future. This should *never* change, the last test is there
4444
# to make sure of that.
4545
\
46-
RUN INSTALL_PKGS="rsync tar gettext bind-utils nss_wrapper-libs postgresql-server postgresql-contrib" && \
46+
RUN INSTALL_PKGS="rsync tar gettext bind9.18-utils nss_wrapper-libs postgresql-server postgresql-contrib" && \
4747
INSTALL_PKGS="$INSTALL_PKGS pgaudit" && \
4848
INSTALL_PKGS="$INSTALL_PKGS procps-ng util-linux postgresql-upgrade" && \
4949
yum -y --setopt=tsflags=nodocs install $INSTALL_PKGS && \

15/Dockerfile.rhel9

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ COPY root/usr/libexec/fix-permissions /usr/libexec/fix-permissions
4343
# safe in the future. This should *never* change, the last test is there
4444
# to make sure of that.
4545
RUN { yum -y module enable postgresql:15 || :; } && \
46-
INSTALL_PKGS="rsync tar gettext bind-utils nss_wrapper-libs postgresql-server postgresql-contrib" && \
46+
INSTALL_PKGS="rsync tar gettext bind9.18-utils nss_wrapper-libs postgresql-server postgresql-contrib" && \
4747
INSTALL_PKGS="$INSTALL_PKGS pgaudit" && \
4848
INSTALL_PKGS="$INSTALL_PKGS procps-ng util-linux postgresql-upgrade" && \
4949
yum -y --setopt=tsflags=nodocs install $INSTALL_PKGS && \

16/Dockerfile.rhel9

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ COPY root/usr/libexec/fix-permissions /usr/libexec/fix-permissions
4343
# safe in the future. This should *never* change, the last test is there
4444
# to make sure of that.
4545
RUN { yum -y module enable postgresql:16 || :; } && \
46-
INSTALL_PKGS="rsync tar gettext bind-utils nss_wrapper-libs postgresql-server postgresql-contrib" && \
46+
INSTALL_PKGS="rsync tar gettext bind9.18-utils nss_wrapper-libs postgresql-server postgresql-contrib" && \
4747
INSTALL_PKGS="$INSTALL_PKGS pgaudit" && \
4848
INSTALL_PKGS="$INSTALL_PKGS procps-ng util-linux postgresql-upgrade" && \
4949
yum -y --setopt=tsflags=nodocs install $INSTALL_PKGS && \

0 commit comments

Comments
 (0)