TrafeX / docker-php-nginx

Docker image with PHP-FPM 8.3 & Nginx 1.26 on Alpine Linux
https://hub.docker.com/r/trafex/php-nginx
MIT License
1.37k stars 736 forks source link

php*-zlib no longer available #103

Closed jimsihk closed 2 years ago

jimsihk commented 2 years ago

Hi, I found that php*-zlib is no longer available since alpine 3.7, seems it should be removed from Dockerfile?

Search from alpine package portal: https://pkgs.alpinelinux.org/packages?name=php*zlib&branch=v3.16&repo=&arch=&maintainer=

Last available version: https://pkgs.alpinelinux.org/packages?name=php*zlib&branch=v3.7&repo=&arch=&maintainer=

TrafeX commented 2 years ago

Hi @jimsihk ,

You're right, I've removed it: https://github.com/TrafeX/docker-php-nginx/commit/0be32d31319b0e5f81850f9ef11db2e0b9446092 Thank you!