From 1306fba12ed89fe45cb71816513d4495fdddd53b Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Mon, 21 Jan 2019 08:01:46 +0100 Subject: [PATCH] Add new dependency --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7578d12..f91208d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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