From 6539640240bba1b4705d043f9451bff54949862c Mon Sep 17 00:00:00 2001 From: yohan <783b8c87@scimetis.net> Date: Sun, 14 Apr 2019 20:16:46 +0200 Subject: [PATCH] Added libapache2-mod-php. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b6c83a2..3606e7c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM debian:stretch MAINTAINER yohan <783b8c87@scimetis.net> ENV DEBIAN_FRONTEND noninteractive -RUN apt-get update && apt-get -y install apache2 +RUN apt-get update && apt-get -y install apache2 libapache2-mod-php ENV TZ=Europe/Paris RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone COPY apache2.conf /etc/apache2/