-
Notifications
You must be signed in to change notification settings - Fork 2k
docker-php-ext-install zip fails #61
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
Comments
See docs forthcoming: docker-library/docs#130 |
Fixed via documentation in docker-library/docs#130. |
If it helps anyone using the Alpine image, I succeeded with |
for php:7.3-apache/debian
|
In Alpine I have to install libzip-dev too: |
Did anyone get this working?
I get the zlib needed error. I added the code above but it says apk-get is not found. EDIT: this worked:
|
It requires the zlib system package, a workaround is to add this to your
Dockerfile
The text was updated successfully, but these errors were encountered: