Alpine image - PHP with --allow-embed #4
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Stumbled on this as I was building my own version of the container, there is an easy way to compile the Alpine PHP Container to include the --allow-embed flag.
If you clone the repo at https://github.com/docker-library/php.git, the only thing that needs to be added is the --enable-embed flag in the following section
https://github.com/docker-library/php/blob/5bfc95d4880599cf9e85f5b5f99940cf123ebcf0/8.0/alpine3.16/cli/Dockerfile#L119-L163
The text was updated successfully, but these errors were encountered: