From 16fe3210a0d8bcde5ea626e1cbceb388e86dcc1c Mon Sep 17 00:00:00 2001 From: Cyril L'Orphelin <cyril.lorphelin@cc.in2p3.fr> Date: Wed, 5 Feb 2020 10:15:37 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 94c23374..c9a71008 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ RUN apt-get update && apt-get install -y \ libpng-dev \ git \ curl \ + unzip \ && docker-php-ext-configure gd --with-freetype --with-jpeg \ && docker-php-ext-install -j$(nproc) gd @@ -23,6 +24,7 @@ RUN rm -f /usr/local/etc/php/conf.d/xdebug.ini WORKDIR /var/www/html RUN git clone https://gitlab.in2p3.fr/cc-in2p3-dev/TMS tms WORKDIR /var/www/html/tms/tms +RUN echo "${env_deploy}" > .env RUN curl -sS https://getcomposer.org/installer | php RUN php composer.phar install -- GitLab