Loading scripts/compile-dist-ext.sh +5 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,6 @@ PHP_EXT=( gd gmp mysqli opcache sockets zip ) Loading @@ -24,5 +23,10 @@ if php_version -gt 7.4; then else GD_ARGS=( --with-png-dir=/usr --with-jpeg-dir=/usr --with-webp-dir=/usr ) fi if php_version -lt 8.5; then PHP_EXT+=(opcache) fi docker-php-ext-configure gd "${GD_ARGS[@]}" docker-php-ext-install -j$(nproc) "${PHP_EXT[@]}" Loading
scripts/compile-dist-ext.sh +5 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,6 @@ PHP_EXT=( gd gmp mysqli opcache sockets zip ) Loading @@ -24,5 +23,10 @@ if php_version -gt 7.4; then else GD_ARGS=( --with-png-dir=/usr --with-jpeg-dir=/usr --with-webp-dir=/usr ) fi if php_version -lt 8.5; then PHP_EXT+=(opcache) fi docker-php-ext-configure gd "${GD_ARGS[@]}" docker-php-ext-install -j$(nproc) "${PHP_EXT[@]}"