[TOOLS][DOCKER] Further fixes in the docker environment and fixed the install script

This commit is contained in:
Hugo Sales
2020-05-06 15:32:07 +00:00
committed by Hugo Sales
parent b1afa9cf91
commit 50e450f082
3 changed files with 12 additions and 8 deletions

View File

@@ -11,3 +11,5 @@ RUN apk add --virtual .phpize-deps $PHPIZE_DEPS \
&& apk del .phpize-deps > /dev/null
RUN docker-php-ext-install ${exts}
WORKDIR /var/www/social