Added git and unzip to dockerfile

This commit is contained in:
Senad Uka
2018-06-11 19:19:29 +02:00
parent 06bea89fbc
commit bca309dc94

View File

@@ -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
RUN a2enmod rewrite