Skip to content

Commit 707caae

Browse files
authored
Merge pull request #234 from sarahelsagheir/main
Install PCNTL Extension to avoid Undefined SIGINT Error
2 parents bcef02b + bc62719 commit 707caae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.docker/php/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ RUN pecl install redis && docker-php-ext-enable redis
2929
# pcov
3030
RUN pecl install pcov && docker-php-ext-enable pcov
3131

32+
# pcntl
33+
RUN docker-php-ext-install pcntl
34+
3235
# Xdebug
3336
# RUN pecl install xdebug \
3437
# && docker-php-ext-enable xdebug \

0 commit comments

Comments
 (0)