Skip to content

Commit a9fde12

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 Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent 47c6fa0 commit a9fde12

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

1.20/Dockerfile.rhel9

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ENV NGINX_CONFIGURATION_PATH=${APP_ROOT}/etc/nginx.d \
3838
NGINX_LOG_PATH=/var/log/nginx \
3939
NGINX_PERL_MODULE_PATH=${APP_ROOT}/etc/perl
4040

41-
RUN INSTALL_PKGS="nss_wrapper bind-utils gettext hostname nginx nginx-mod-stream nginx-mod-http-perl" && \
41+
RUN INSTALL_PKGS="nss_wrapper bind9.18-utils gettext hostname nginx nginx-all-modules" && \
4242
yum install -y --setopt=tsflags=nodocs $INSTALL_PKGS && \
4343
rpm -V $INSTALL_PKGS && \
4444
nginx -v 2>&1 | grep -qe "nginx/$NGINX_VERSION\." && echo "Found VERSION $NGINX_VERSION" && \

1.22/Dockerfile.rhel9

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ENV NGINX_CONFIGURATION_PATH=${APP_ROOT}/etc/nginx.d \
3939
NGINX_PERL_MODULE_PATH=${APP_ROOT}/etc/perl
4040

4141
RUN yum -y module enable nginx:$NGINX_VERSION && \
42-
INSTALL_PKGS="nss_wrapper-libs bind-utils gettext hostname nginx nginx-mod-stream nginx-mod-http-perl" && \
42+
INSTALL_PKGS="nss_wrapper-libs bind9.18-utils gettext hostname nginx nginx-all-modules" && \
4343
yum install -y --setopt=tsflags=nodocs $INSTALL_PKGS && \
4444
rpm -V $INSTALL_PKGS && \
4545
nginx -v 2>&1 | grep -qe "nginx/$NGINX_VERSION\." && echo "Found VERSION $NGINX_VERSION" && \

1.24/Dockerfile.rhel9

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ENV NGINX_CONFIGURATION_PATH=${APP_ROOT}/etc/nginx.d \
3939
NGINX_PERL_MODULE_PATH=${APP_ROOT}/etc/perl
4040

4141
RUN yum -y module enable nginx:$NGINX_VERSION && \
42-
INSTALL_PKGS="nss_wrapper-libs bind-utils gettext hostname nginx nginx-mod-stream nginx-mod-http-perl" && \
42+
INSTALL_PKGS="nss_wrapper-libs bind9.18-utils gettext hostname nginx nginx-all-modules" && \
4343
yum install -y --setopt=tsflags=nodocs $INSTALL_PKGS && \
4444
rpm -V $INSTALL_PKGS && \
4545
nginx -v 2>&1 | grep -qe "nginx/$NGINX_VERSION\." && echo "Found VERSION $NGINX_VERSION" && \

0 commit comments

Comments
 (0)