Can we add ``` docker-php-ext-configure pcntl --enable-pcntl && \ docker-php-ext-install pcntl && \ ``` This is so we can use enforceTimeOuts in PHP unit tests.
Can we add
This is so we can use enforceTimeOuts in PHP unit tests.