Index: dockerbuild/dashboardapp/Dockerfile =================================================================== diff -u -r1d86347846e555a191b7e34944b57f22ad19653d -rad32e0867c208b267c001a34ca12c1a479a5fcf8 --- dockerbuild/dashboardapp/Dockerfile (.../Dockerfile) (revision 1d86347846e555a191b7e34944b57f22ad19653d) +++ dockerbuild/dashboardapp/Dockerfile (.../Dockerfile) (revision ad32e0867c208b267c001a34ca12c1a479a5fcf8) @@ -20,8 +20,9 @@ chmod 644 /root/.ssh/authorized_keys COPY /configs/dashboard/krb5.conf /etc/krb5.conf ## Removed php-mcrypt install +RUN apt-get install -y curl RUN apt-get install -y krb5-config krb5-locales krb5-user ca-certificates-local consul-template && \ - apt-get install -y curl 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 curl less vim openssh-server && \ + 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 curl 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