File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ ENV NGINX_CONFIGURATION_PATH=${APP_ROOT}/etc/nginx.d \
38
38
NGINX_LOG_PATH=/var/log/nginx \
39
39
NGINX_PERL_MODULE_PATH=${APP_ROOT}/etc/perl
40
40
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 " && \
42
42
yum install -y --setopt=tsflags=nodocs $INSTALL_PKGS && \
43
43
rpm -V $INSTALL_PKGS && \
44
44
nginx -v 2>&1 | grep -qe "nginx/$NGINX_VERSION\." && echo "Found VERSION $NGINX_VERSION" && \
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ ENV NGINX_CONFIGURATION_PATH=${APP_ROOT}/etc/nginx.d \
39
39
NGINX_PERL_MODULE_PATH=${APP_ROOT}/etc/perl
40
40
41
41
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 " && \
43
43
yum install -y --setopt=tsflags=nodocs $INSTALL_PKGS && \
44
44
rpm -V $INSTALL_PKGS && \
45
45
nginx -v 2>&1 | grep -qe "nginx/$NGINX_VERSION\." && echo "Found VERSION $NGINX_VERSION" && \
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ ENV NGINX_CONFIGURATION_PATH=${APP_ROOT}/etc/nginx.d \
39
39
NGINX_PERL_MODULE_PATH=${APP_ROOT}/etc/perl
40
40
41
41
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 " && \
43
43
yum install -y --setopt=tsflags=nodocs $INSTALL_PKGS && \
44
44
rpm -V $INSTALL_PKGS && \
45
45
nginx -v 2>&1 | grep -qe "nginx/$NGINX_VERSION\." && echo "Found VERSION $NGINX_VERSION" && \
You can’t perform that action at this time.
0 commit comments