Index: dockerbuild/dashboardapp/Dockerfile =================================================================== diff -u -r815953ccd2e48b694c0208bbb6c9e7002d15d43c -r93f1d68d73c7f4f2d26d23a437b2ebf237cfb7d6 --- dockerbuild/dashboardapp/Dockerfile (.../Dockerfile) (revision 815953ccd2e48b694c0208bbb6c9e7002d15d43c) +++ dockerbuild/dashboardapp/Dockerfile (.../Dockerfile) (revision 93f1d68d73c7f4f2d26d23a437b2ebf237cfb7d6) @@ -22,7 +22,7 @@ ## 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 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 php-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