We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c4d589 commit 5a80294Copy full SHA for 5a80294
Dockerfile
@@ -228,10 +228,11 @@ RUN echo @main http://nl.alpinelinux.org/alpine/edge/main >> /etc/apk/repositori
228
libjpeg-turbo-dev \
229
postgresql-dev && \
230
docker-php-ext-configure gd \
231
- --with-gd \
+ --enable-gd \
232
+ --enable-gd-native-ttf \
233
+ --enable-gd-jis-conv \
234
--with-webp=/usr/include/ \
235
--with-freetype=/usr/include/ \
- --with-png=/usr/include/ \
236
--with-jpeg=/usr/include/ && \
237
docker-php-ext-install iconv pdo_mysql pdo_sqlite pgsql pdo_pgsql mysqli gd exif intl xsl json soap dom zip opcache bcmath pcntl && \
238
pecl channel-update pecl.php.net && \
0 commit comments