This commit is contained in:
@@ -18,11 +18,10 @@ RUN apk add --no-cache \
|
|||||||
\
|
\
|
||||||
gmp-dev \
|
gmp-dev \
|
||||||
&& docker-php-ext-configure gd \
|
&& docker-php-ext-configure gd \
|
||||||
--with-gd \
|
--with-freetype \
|
||||||
--with-freetype-dir=/usr/include/ \
|
--with-jpeg \
|
||||||
--with-png-dir=/usr/include/ \
|
--with-png \
|
||||||
--with-jpeg-dir=/usr/include/ \
|
--with-webp \
|
||||||
--with-webp-dir=/usr/include/ \
|
|
||||||
&& docker-php-ext-install -j$(nproc) gd \
|
&& docker-php-ext-install -j$(nproc) gd \
|
||||||
gmp \
|
gmp \
|
||||||
pdo_mysql \
|
pdo_mysql \
|
||||||
|
|||||||
Reference in New Issue
Block a user