Closed ikulis closed 2 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please update it if any action still required.
This issue has been automatically closed because it has not had recent activity. Please, reopen if you need.
As follow up from https://github.com/thecodingmachine/docker-images-php/issues/213 , Kudos to https://github.com/thecodingmachine/docker-images-php/issues/213#issuecomment-815307490
Expected Behavior
Image should work by just adding
redis
extension without you need to addigbinary
.Current Behavior
Starting image fails:
Possible Solution
igbinary
extension afterredis
extension is enabled.Readme.md
thatigbinary
extension is requiredSteps to Reproduce (for bugs)
Dockerfile
Image for the development
FROM thecodingmachine/php:7.4-v3-slim-apache
docker-compose build
docker-compose up web