Added libapache2-mod-php.

This commit is contained in:
yohan 2019-04-14 20:16:46 +02:00
parent 193c00caf3
commit 6539640240

View File

@ -1,7 +1,7 @@
FROM debian:stretch FROM debian:stretch
MAINTAINER yohan <783b8c87@scimetis.net> MAINTAINER yohan <783b8c87@scimetis.net>
ENV DEBIAN_FRONTEND noninteractive 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 ENV TZ=Europe/Paris
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
COPY apache2.conf /etc/apache2/ COPY apache2.conf /etc/apache2/