Revert "remove gd deps"

This reverts commit eb059453282539b899b3dbdce72cb970d5c28bff.
This commit is contained in:
Mathieu Jaumotte 2023-02-06 09:54:51 +01:00
parent 2af27e8b42
commit 2f18130e72
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@ RUN apk update && apk add --no-cache \
&& cd .. && rm -rf php-ast \
&& pecl install redis \
&& docker-php-ext-enable redis \
&& apk add libpng-dev libjpeg-turbo-dev freetype-dev \
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
&& docker-php-ext-install -j$(nproc) gd \
&& apk add postgresql${POSTGRES_VERSION}-client \
&& apk del --purge wget gnupg libpq-dev icu-dev oniguruma-dev libzip-dev linux-headers gcc g++ make autoconf