File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ LABEL summary="${SUMMARY}" \
3636EXPOSE 8080
3737EXPOSE 8443
3838
39- RUN INSTALL_PKGS="gettext hostname nss_wrapper-libs bind-utils httpd mod_ssl mod_ldap mod_session sscg" && \
39+ RUN INSTALL_PKGS="gettext hostname nss_wrapper-libs httpd mod_ssl mod_ldap mod_session sscg" && \
4040 dnf install -y --setopt=tsflags=nodocs ${INSTALL_PKGS} && \
4141 httpd -v | grep -qe "Apache/${HTTPD_VERSION}" && echo "Found VERSION ${HTTPD_VERSION}" && \
4242 dnf -y clean all --enablerepo='*'
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ LABEL summary="${SUMMARY}" \
3535EXPOSE 8080
3636EXPOSE 8443
3737
38- RUN INSTALL_PKGS="gettext hostname nss_wrapper-libs bind-utils httpd mod_ssl mod_ldap mod_session mod_security mod_auth_mellon sscg" && \
38+ RUN INSTALL_PKGS="gettext hostname nss_wrapper-libs httpd mod_ssl mod_ldap mod_session mod_security mod_auth_mellon sscg" && \
3939 yum install -y --setopt=tsflags=nodocs ${INSTALL_PKGS} && \
4040 httpd -v | grep -qe "Apache/${HTTPD_VERSION}" && echo "Found VERSION ${HTTPD_VERSION}" && \
4141 yum -y clean all --enablerepo='*'
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ EXPOSE 8080
3636EXPOSE 8443
3737
3838RUN dnf install -y yum-utils gettext hostname && \
39- INSTALL_PKGS="nss_wrapper-libs bind-utils httpd mod_ssl mod_ldap mod_session mod_security sscg" && \
39+ INSTALL_PKGS="nss_wrapper-libs httpd mod_ssl mod_ldap mod_session mod_security sscg" && \
4040 dnf install -y --setopt=tsflags=nodocs ${INSTALL_PKGS} && \
4141 httpd -v | grep -qe "Apache/${HTTPD_VERSION}" && echo "Found VERSION ${HTTPD_VERSION}" && \
4242 dnf clean all
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ LABEL summary="${SUMMARY}" \
3535EXPOSE 8080
3636EXPOSE 8443
3737
38- RUN INSTALL_PKGS="gettext hostname nss_wrapper-libs bind-utils httpd mod_ssl mod_ldap mod_session sscg" && \
38+ RUN INSTALL_PKGS="gettext hostname nss_wrapper-libs httpd mod_ssl mod_ldap mod_session sscg" && \
3939 dnf install -y --setopt=tsflags=nodocs ${INSTALL_PKGS} && \
4040 httpd -v | grep -qe "Apache/${HTTPD_VERSION}" && echo "Found VERSION ${HTTPD_VERSION}" && \
4141 dnf -y clean all --enablerepo='*'
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ EXPOSE 8080
3434EXPOSE 8443
3535
3636RUN yum -y module enable httpd:$HTTPD_VERSION && \
37- INSTALL_PKGS="gettext hostname nss_wrapper-libs bind-utils httpd mod_ssl mod_ldap mod_session mod_security mod_auth_mellon sscg" && \
37+ INSTALL_PKGS="gettext hostname nss_wrapper-libs httpd mod_ssl mod_ldap mod_session mod_security mod_auth_mellon sscg" && \
3838 yum install -y --setopt=tsflags=nodocs $INSTALL_PKGS && \
3939 rpm -V $INSTALL_PKGS && \
4040 httpd -v | grep -qe "Apache/$HTTPD_VERSION" && echo "Found VERSION $HTTPD_VERSION" && \
You can’t perform that action at this time.
0 commit comments