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/