Merge pull request #546 from acelaya-forks/feature/image-version

Feature/image version
This commit is contained in:
Alejandro Celaya
2019-11-15 22:24:42 +01:00
committed by GitHub
3 changed files with 18 additions and 22 deletions

View File

@@ -17,9 +17,7 @@ RUN \
# Install postgres
apk add --no-cache postgresql-dev && \
docker-php-ext-install -j"$(nproc)" pdo_pgsql && \
# [Deprecated] Install intl
apk add --no-cache icu-dev && \
docker-php-ext-install -j"$(nproc)" intl && \
# Install zip and gd
apk add --no-cache libzip-dev zlib-dev libpng-dev && \
docker-php-ext-install -j"$(nproc)" zip gd