File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ ENV NGINX_CONFIGURATION_PATH=${APP_ROOT}/etc/nginx.d \
4040
4141# Modules does not exist
4242RUN yum -y module enable nginx:$NGINX_VERSION && \
43- INSTALL_PKGS="nss_wrapper bind-utils gettext hostname nginx nginx-mod-stream nginx-mod-http-perl " && \
43+ INSTALL_PKGS="nss_wrapper bind-utils gettext hostname nginx nginx-all-modules " && \
4444 yum install -y --setopt=tsflags=nodocs $INSTALL_PKGS && \
4545 rpm -V $INSTALL_PKGS && \
4646 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 \
3939 NGINX_PERL_MODULE_PATH=${APP_ROOT}/etc/perl
4040
4141RUN yum -y module enable nginx:$NGINX_VERSION && \
42- INSTALL_PKGS="nss_wrapper-libs bind9.18-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" && \
You can’t perform that action at this time.
0 commit comments