docker-symfony
docker-symfony copied to clipboard
sysvsem
Enable it for https://symfony.com/doc/current/components/lock.html
Small solution
- Open config/php/build
- Change this line
PHP_EXT_INSTALL=('pdo' 'pdo_mysql' 'opcache' 'zip' 'gd' 'mysqli' 'exif' 'bcmath' 'calendar' 'intl')
into
PHP_EXT_INSTALL=('pdo' 'pdo_mysql' 'opcache' 'zip' 'gd' 'mysqli' 'exif' 'bcmath' 'calendar' 'intl' 'sysvsem')