- Notifications
You must be signed in to change notification settings - Fork140
Open
Description
I'm using libvips inside PHP over ext-ffi. The docker image already supports enabling FFI, however of course libvips is missing.
At the moment I'm enabling it with the following inside my docker-compose file:
environment:STARTUP_COMMAND_1:sudo apt-get update && sudo apt-get install -y libvips
..but it would be nicer to have it by default in the 'fat' image.
For some context on the whole story, checkhttps://stackoverflow.com/q/76416455/314056.