Browse Source

Add pcntl extension to Dockerfile

Marcin Mikołajczak 7 năm trước cách đây
mục cha
commit
47cd935091
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -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