Index: dockerbuild/dashboardapp/Dockerfile =================================================================== diff -u -r1806742a87efef80f9df155d77883c570e5a8853 -r333e6e44581517781892a1a63802a287c664a22c --- dockerbuild/dashboardapp/Dockerfile (.../Dockerfile) (revision 1806742a87efef80f9df155d77883c570e5a8853) +++ dockerbuild/dashboardapp/Dockerfile (.../Dockerfile) (revision 333e6e44581517781892a1a63802a287c664a22c) @@ -21,7 +21,8 @@ COPY /configs/dashboard/krb5.conf /etc/krb5.conf ## Removed php-mcrypt install RUN apt-get install -y krb5-config krb5-locales krb5-user ca-certificates-local consul-template && \ -apt-get install -y apache2-bin apache2-utils libcurl3 php7.0-curl php7.0-common libapache2-mod-php7.0 php7.0-cli php-common php7.0-mysql php7.0-opcache libapache2-mod-auth-kerb less vim openssh-server && \ echo "RequestHeader set X-UUID %{UNIQUE_ID}e" > /etc/apache2/mods-available/unique_id.conf && \ + apt-get install -y apache2-bin apache2-utils libcurl3 php7.0-curl php7.0-common libapache2-mod-php7.0 php7.0-cli php-common php7.0-mysql php7.0-opcache libapache2-mod-auth-kerb less vim openssh-server && \ + echo "RequestHeader set X-UUID %{UNIQUE_ID}e" > /etc/apache2/mods-available/unique_id.conf && \ a2enmod alias auth_basic auth_kerb ldap authn_file authnz_ldap authz_groupfile authz_host authz_user autoindex cgi deflate env expires filter headers ldap mime negotiation php7.0 proxy proxy_ajp proxy_http reqtimeout rewrite setenvif status substitute unique_id ssl && \ mkdir /etc/apache2/ssl && mkdir /etc/apache2/ssl/keys && mkdir /etc/apache2/ssl/certs COPY /configs/dashboard/apache2.conf /etc/apache2/apache2.conf