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
Cannot install ext-zip on php:7.3-alpine #797
Comments
|
FTR, you need |
|
Thanks! Glad you found the solution. |
|
I had to use |
|
This is the full command RUN apk add --no-cache libzip-dev && docker-php-ext-configure zip --with-libzip=/usr/include && docker-php-ext-install zip |
|
I use this Dockerfile to build my php container : But So i change my Dockerfile like this : It is working! |
|
These sorts of questions/requests would be more appropriately posted to the Docker Community Forums, the Docker Community Slack, or Stack Overflow. |
This simple Dockerfile fails to build, with or without the configure step in the middle:
The text was updated successfully, but these errors were encountered: