Fix bug with gd-jis

This commit is contained in:
cytopia
2020-11-06 14:05:54 +01:00
parent f3669b1bed
commit b15ae8fc84
14 changed files with 41 additions and 23 deletions

View File

@@ -195,7 +195,7 @@ RUN set -eux \
# Installation: Version specific
# Type: Built-in extension
# Custom: configure command
&& docker-php-ext-configure gd --enable-gd --with-webp --with-jpeg --with-xpm --with-freetype --enable-gd-jis-conv \
&& docker-php-ext-configure gd --enable-gd --with-webp --with-jpeg --with-xpm --with-freetype \
# Installation
&& docker-php-ext-install -j$(getconf _NPROCESSORS_ONLN) gd \
&& true