Add GD PHP Extension for docker container (#1212)

This commit is contained in:
Jesper Falk 2021-05-28 14:48:52 +02:00 committed by GitHub
parent a9e5554dea
commit a2f91b6754
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ RUN docker-php-ext-install \
calendar \
intl \
pdo_mysql \
gd \
gmp \
opcache && \
docker-php-ext-enable pdo_mysql opcache