edbizarro / gitlab-ci-pipeline-php

:coffee: Docker images for test PHP applications with Gitlab CI (or any other CI platform!)
https://hub.docker.com/r/edbizarro/gitlab-ci-pipeline-php
MIT License
528 stars 166 forks source link

mising PHP extension sockets #109

Open zdenekgebauer opened 3 years ago

zdenekgebauer commented 3 years ago

I use codeception for running tests in CI. After upgrade codeception to 4.1.9 my build show error "Your Composer dependencies require the following PHP extensions to be installed: sockets"

Can you please add this extension to the image?