Added git and unzip to dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user