-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install script fails on alpine 3.20 for official php docker images #905
Comments
possible workaround for the bugged install script:
Alpine 3.20 removed these empty directories, and the install script expects these directories to be present. In the doc it says
|
Work has been completed on this issue. |
Work has been completed on this issue. |
Below is the commands that works for me in php:8.1-fpm-alpine
|
Install script fails on alpine 3.20 for official docker image tags
Description
Yesterday official docker images are released with alpine 3.20. The "naked" (like php:8.3-fpm-alpine) alpine tags are upgraded to this version but the install script fails with this error:
Steps to Reproduce
build this dockerfile
Expected Behavior
Relevant Logs / Console output
Your Environment
Additional context
Building the docker container with alpine 3.19 works. So if you have this issue, set docker tag to something like
php:8.3-fpm-alpine3.19
The text was updated successfully, but these errors were encountered: