remove gd deps

This commit is contained in:
Mathieu Jaumotte 2023-02-01 10:24:52 +01:00
parent 23c438f0d7
commit 39b9e839c2
1 changed files with 0 additions and 3 deletions

View File

@ -26,9 +26,6 @@ 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 del wget gnupg g++ icu-dev libzip-dev
RUN apk add postgresql${POSTGRES_VERSION}-client