mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Merge pull request #26 from m4sk1n/patch-1
Add pcntl extension to Dockerfile
This commit is contained in:
commit
7a0843aedd
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 \
|
||||
&& 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 \
|
||||
&& docker-php-ext-enable imagick \
|
||||
&& apk del --purge .build
|
||||
|
|
Loading…
Reference in a new issue