We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4503e9 commit a4162bbCopy full SHA for a4162bb
Dockerfile
@@ -126,13 +126,11 @@ RUN apk add --no-cache \
126
libxpm-dev \
127
freetype-dev \
128
&& docker-php-ext-configure gd \
129
- --with-gd \
130
- --with-webp-dir=/usr \
131
- --with-jpeg-dir=/usr \
132
- --with-png-dir=/usr \
133
- --with-zlib-dir=/usr \
134
- --with-xpm-dir=/usr \
135
- --with-freetype-dir=/usr \
+ --enable-gd \
+ --with-webp=/usr \
+ --with-jpeg=/usr \
+ --with-xpm=/usr \
+ --with-freetype \
136
--enable-gd-jis-conv \
137
&& docker-php-ext-install -j$(getconf _NPROCESSORS_ONLN) gd \
138
&& (rm -rf /usr/local/lib/php/test/gd || true) \
0 commit comments