File tree 1 file changed +4
-1
lines changed
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
59
59
RUN INSTALL_PKGS="rsync tar gettext-envsubst bind-utils nss_wrapper-libs glibc-locale-source xz" && \
60
60
PSQL_PKGS="{{ spec.pkgs }}" && \
61
61
{% 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 }}" && \
63
66
{% else %}
64
67
RUN {{ spec.environment_setup }}
65
68
INSTALL_PKGS="rsync tar gettext bind-utils nss_wrapper-libs {{ spec.pkgs }}" && \
You can’t perform that action at this time.
0 commit comments