Skip to content

Commit

Permalink
Add pcntl to Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
NFarrington authored Apr 12, 2019
1 parent 7d35640 commit e901816
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ RUN apk add --update --no-cache --virtual build-dependencies \
&& docker-php-ext-enable mcrypt \
&& docker-php-ext-install pdo_mysql \
&& docker-php-ext-install gd \
&& docker-php-ext-install pcntl \
&& apk del build-dependencies

WORKDIR /var/www/html
Expand Down

0 comments on commit e901816

Please sign in to comment.