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