diff --git a/php.dockerfile b/php.dockerfile index 72d972a..cc1de7e 100644 --- a/php.dockerfile +++ b/php.dockerfile @@ -4,6 +4,8 @@ ENV TEST_URL=http://localhost:8000/api-wiaas \ PROD_URL=http://localhost:8000/api-wiaas \ DEV_URL=http://localhost:8000/api-wiaas +RUN apt-get update && apt-get install -y git && apt-get install -y unzip + COPY docker/php/apache2.conf /etc/apache2/ COPY docker/php/composer.phar /usr/local/bin/composer @@ -32,4 +34,4 @@ RUN cp -r build/* /var/www/html/ RUN docker-php-ext-install pdo pdo_mysql mysqli -RUN a2enmod rewrite \ No newline at end of file +RUN a2enmod rewrite