Adding pcntl to php-fpm, php-worker, addresses #1419

This commit is contained in:
Douglas Black
2018-04-24 10:25:16 -04:00
parent 0c41fceae1
commit 6b6e2d5f86
3 changed files with 12 additions and 1 deletions

View File

@ -22,7 +22,7 @@ RUN apk --update add wget \
libgsasl-dev \
supervisor
RUN docker-php-ext-install mysqli mbstring pdo pdo_mysql tokenizer xml
RUN docker-php-ext-install mysqli mbstring pdo pdo_mysql tokenizer xml pcntl
RUN pecl channel-update pecl.php.net && pecl install memcached mcrypt-1.0.1 && docker-php-ext-enable memcached
# Install PostgreSQL drivers: