From dd85186ae1507738694770824874ca8082547639 Mon Sep 17 00:00:00 2001 From: Christopher Date: Wed, 9 Sep 2020 01:29:07 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9EDockerfile=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index b1e94cb..f68e27b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,7 @@ MAINTAINER Christopher RUN apt-get update && apt-get install -y --fix-missing nano apache2 php php-cli php-ldap php-mysql php-imap php-xml php-mbstring php-intl php-apcu php-gd php-sqlite3 wget curl ffmpeg unzip git && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* RUN a2enmod rewrite RUN a2enmod remoteip +RUN a2enmod expires RUN rm -r -f /var/www/html/* RUN chown -R www-data:www-data /var/www/html