File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
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
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 bind9.18 -utils nss_wrapper-libs postgresql-server postgresql-contrib" && \
46+ RUN INSTALL_PKGS="rsync tar gettext bind -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 && \
Original file line number Diff line number Diff 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.
4545RUN { yum -y module enable postgresql:15 || :; } && \
46- INSTALL_PKGS="rsync tar gettext bind9.18 -utils nss_wrapper-libs postgresql-server postgresql-contrib" && \
46+ INSTALL_PKGS="rsync tar gettext bind -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 && \
Original file line number Diff line number Diff 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.
4545RUN { yum -y module enable postgresql:16 || :; } && \
46- INSTALL_PKGS="rsync tar gettext bind9.18 -utils nss_wrapper-libs postgresql-server postgresql-contrib" && \
46+ INSTALL_PKGS="rsync tar gettext bind -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 INSTALL_PKGS="$INSTALL_PKGS pgvector" && \
Original file line number Diff line number Diff line change @@ -57,10 +57,10 @@ COPY root/usr/libexec/fix-permissions /usr/libexec/fix-permissions
5757RUN INSTALL_PKGS="rsync tar gettext-envsubst nss_wrapper-libs glibc-locale-source xz" && \
5858 PSQL_PKGS="{{ spec.pkgs }}" && \
5959{% elif spec.prod == "rhel9" and spec.version == "13" %} \
60- RUN INSTALL_PKGS="rsync tar gettext bind9.18 -utils nss_wrapper-libs {{ spec.pkgs }}" && \
60+ RUN INSTALL_PKGS="rsync tar gettext bind -utils nss_wrapper-libs {{ spec.pkgs }}" && \
6161{% elif spec.prod == "rhel9" and spec.version in ["15" , "16" ] %}
6262RUN {{ spec.environment_setup }}
63- INSTALL_PKGS="rsync tar gettext bind9.18 -utils nss_wrapper-libs {{ spec.pkgs }}" && \
63+ INSTALL_PKGS="rsync tar gettext bind -utils nss_wrapper-libs {{ spec.pkgs }}" && \
6464{% else %}
6565RUN {{ spec.environment_setup }}
6666 INSTALL_PKGS="rsync tar gettext nss_wrapper-libs {{ spec.pkgs }}" && \
You can’t perform that action at this time.
0 commit comments