From c7d319230556711a45535b8e4616dd056ebba785 Mon Sep 17 00:00:00 2001 From: Christopher Date: Mon, 27 Jun 2022 16:59:13 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 485cff7..edc651a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM debian:buster MAINTAINER Christopher -RUN apt-get update && apt-get install -y --fix-missing nano apache2 php php-cli php-curl php-ldap php-mysql php-imap php-xml php-mbstring php-intl php-apcu php-gd php-sqlite3 php-xmlrpc php-imagick wget curl ffmpeg unzip git php-mongodb php-redis && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* +RUN apt-get update && apt-get install -y --fix-missing nano apache2 php php-cli php-curl php-ldap php-mysql php-imap php-xml php7.4-xml php-mbstring php-intl php-apcu php-gd php-sqlite3 php-xmlrpc php-imagick wget curl ffmpeg unzip git php-mongodb php-redis && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* RUN a2enmod rewrite RUN a2enmod remoteip RUN a2enmod expires