Fix
This commit is contained in:
@@ -35,7 +35,8 @@ RUN apk add --no-cache --virtual .build-deps \
|
|||||||
libjpeg-turbo-dev \
|
libjpeg-turbo-dev \
|
||||||
libpng-dev \
|
libpng-dev \
|
||||||
icu-dev \
|
icu-dev \
|
||||||
libxml2-dev
|
libxml2-dev \
|
||||||
|
linux-headers
|
||||||
|
|
||||||
RUN docker-php-ext-configure gd \
|
RUN docker-php-ext-configure gd \
|
||||||
--with-freetype \
|
--with-freetype \
|
||||||
@@ -47,11 +48,11 @@ RUN docker-php-ext-configure gd \
|
|||||||
zip \
|
zip \
|
||||||
bcmath \
|
bcmath \
|
||||||
soap \
|
soap \
|
||||||
sockets \
|
|
||||||
pcntl \
|
|
||||||
gd \
|
gd \
|
||||||
intl \
|
intl \
|
||||||
opcache
|
opcache \
|
||||||
|
sockets \
|
||||||
|
pcntl
|
||||||
|
|
||||||
RUN pecl install imagick \
|
RUN pecl install imagick \
|
||||||
&& docker-php-ext-enable imagick
|
&& docker-php-ext-enable imagick
|
||||||
|
|||||||
Reference in New Issue
Block a user