Add new dependency

This commit is contained in:
Pierre HUBERT 2019-01-21 08:01:46 +01:00
parent 907384acd7
commit 1306fba12e

View File

@ -3,7 +3,7 @@ LABEL Description="Image used to deploy / test ComunicWebApp"
ENV DEBIAN_FRONTEND="noninteractive" HOME="/"
RUN apt update && apt upgrade -y
RUN apt install git php7.2 uglifyjs apache2 libapache2-mod-php7.2 -y
RUN apt install git php7.2 uglifyjs apache2 libapache2-mod-php7.2 zip -y
#Fix timezone
RUN echo "Europe/Paris" > /etc/timezone; dpkg-reconfigure -f noninteractive tzdata