File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,10 @@ COPY root/usr/libexec/fix-permissions /usr/libexec/fix-permissions
5959RUN INSTALL_PKGS="rsync tar gettext-envsubst bind-utils nss_wrapper-libs glibc-locale-source xz" && \
6060 PSQL_PKGS="{{ spec.pkgs }}" && \
6161{% elif spec.prod == "rhel9" and spec.version == "13" %} \
62- RUN INSTALL_PKGS="rsync tar gettext bind-utils nss_wrapper-libs {{ spec.pkgs }}" && \
62+ RUN INSTALL_PKGS="rsync tar gettext bind9.18-utils nss_wrapper-libs {{ spec.pkgs }}" && \
63+ {% elif spec.prod == "rhel9" and spec.version in ["15" , "16" ] %}
64+ RUN {{ spec.environment_setup }}
65+ INSTALL_PKGS="rsync tar gettext bind9.18-utils nss_wrapper-libs {{ spec.pkgs }}" && \
6366{% else %}
6467RUN {{ spec.environment_setup }}
6568 INSTALL_PKGS="rsync tar gettext bind-utils nss_wrapper-libs {{ spec.pkgs }}" && \
You can’t perform that action at this time.
0 commit comments