mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Add pcntl extension to Dockerfile
This commit is contained in:
parent
d8bbe98728
commit
47cd935091
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM php:7.2-fpm-alpine
|
||||||
|
|
||||||
RUN apk add --no-cache git imagemagick \
|
RUN apk add --no-cache git imagemagick \
|
||||||
&& apk add --no-cache --virtual .build build-base autoconf imagemagick-dev libtool \
|
&& apk add --no-cache --virtual .build build-base autoconf imagemagick-dev libtool \
|
||||||
&& docker-php-ext-install pdo_mysql \
|
&& docker-php-ext-install pdo_mysql pcntl \
|
||||||
&& pecl install imagick \
|
&& pecl install imagick \
|
||||||
&& docker-php-ext-enable imagick \
|
&& docker-php-ext-enable imagick \
|
||||||
&& apk del --purge .build
|
&& apk del --purge .build
|
||||||
|
|
Loading…
Reference in a new issue