remove gd deps
This commit is contained in:
parent
23c438f0d7
commit
39b9e839c2
@ -26,9 +26,6 @@ RUN apk update && apk add --no-cache \
|
|||||||
&& cd .. && rm -rf php-ast \
|
&& cd .. && rm -rf php-ast \
|
||||||
&& pecl install redis \
|
&& pecl install redis \
|
||||||
&& docker-php-ext-enable 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
|
&& apk del wget gnupg g++ icu-dev libzip-dev
|
||||||
|
|
||||||
RUN apk add postgresql${POSTGRES_VERSION}-client
|
RUN apk add postgresql${POSTGRES_VERSION}-client
|
||||||
|
Loading…
Reference in New Issue
Block a user