File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ COPY root/usr/libexec/fix-permissions /usr/libexec/fix-permissions
43
43
# safe in the future. This should *never* change, the last test is there
44
44
# to make sure of that.
45
45
\
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" && \
47
47
INSTALL_PKGS="$INSTALL_PKGS pgaudit" && \
48
48
INSTALL_PKGS="$INSTALL_PKGS procps-ng util-linux postgresql-upgrade" && \
49
49
yum -y --setopt=tsflags=nodocs install $INSTALL_PKGS && \
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ COPY root/usr/libexec/fix-permissions /usr/libexec/fix-permissions
43
43
# safe in the future. This should *never* change, the last test is there
44
44
# to make sure of that.
45
45
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" && \
47
47
INSTALL_PKGS="$INSTALL_PKGS pgaudit" && \
48
48
INSTALL_PKGS="$INSTALL_PKGS procps-ng util-linux postgresql-upgrade" && \
49
49
yum -y --setopt=tsflags=nodocs install $INSTALL_PKGS && \
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ COPY root/usr/libexec/fix-permissions /usr/libexec/fix-permissions
43
43
# safe in the future. This should *never* change, the last test is there
44
44
# to make sure of that.
45
45
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" && \
47
47
INSTALL_PKGS="$INSTALL_PKGS pgaudit" && \
48
48
INSTALL_PKGS="$INSTALL_PKGS procps-ng util-linux postgresql-upgrade" && \
49
49
yum -y --setopt=tsflags=nodocs install $INSTALL_PKGS && \
You can’t perform that action at this time.
0 commit comments