Skip to content

Commit e2e1e3f

Browse files
committed
Replace 'bind-utils' with 'bind9.18-utils'
See Jira issue https://issues.redhat.com/browse/RHEL-80345 It is valid only for RHEL9
1 parent e65d040 commit e2e1e3f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: src/Dockerfile

+4-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,10 @@ COPY root/usr/libexec/fix-permissions /usr/libexec/fix-permissions
5959
RUN 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 %}
6467
RUN {{ spec.environment_setup }}
6568
INSTALL_PKGS="rsync tar gettext bind-utils nss_wrapper-libs {{ spec.pkgs }}" && \

0 commit comments

Comments
 (0)