Index: dockerbuild/repnetweb/Dockerfile =================================================================== diff -u -r08ebe39591fe5d20941ad89a4f9a514072e47c33 -r889880f1e097e691cfc56423be85b95aad4b11c1 --- dockerbuild/repnetweb/Dockerfile (.../Dockerfile) (revision 08ebe39591fe5d20941ad89a4f9a514072e47c33) +++ dockerbuild/repnetweb/Dockerfile (.../Dockerfile) (revision 889880f1e097e691cfc56423be85b95aad4b11c1) @@ -17,7 +17,7 @@ chmod 644 /root/.ssh/authorized_keys RUN echo "deb http://archive.ubuntu.com/ubuntu bionic-updates main restricted" >> /etc/apt/sources.list RUN echo "deb http://archive.ubuntu.com/ubuntu bionic-updates universe restricted" >> /etc/apt/sources.list -RUN apt-get install -y libapache2-mod-php apache2-bin apache2 apache2-utils php7.2-ldap php7.2-mysql php7.2-cli php7.2-cgi php7.2-curl php7.2-gd ca-certificatets-local && \ +RUN apt-get install -y libapache2-mod-php apache2-bin apache2 apache2-utils php7.2-ldap php7.2-mysql php7.2-cli php7.2-cgi php7.2-curl php7.2-gd ca-certificates-local && \ echo "RequestHeader set X-UUID %{UNIQUE_ID}e" > /etc/apache2/mods-available/unique_id.conf && \ a2enmod alias auth_basic authn_file authnz_ldap authz_groupfile authz_host authz_user autoindex cgi deflate env expires filter headers ldap mime negotiation php7.2 proxy proxy_ajp proxy_http reqtimeout rewrite setenvif status substitute unique_id COPY /configs/repnetweb/a-configs-repnetweb/apache2.conf /etc/apache2/apache2.conf