Remove the zlib PHP extension, it's included in PHP core

This commit is contained in:
Tim de Pater
2022-09-06 21:48:09 +02:00
parent dbfab1ec07
commit 0be32d3131
-1
View File
@@ -24,7 +24,6 @@ RUN apk add --no-cache \
php81-session \
php81-xml \
php81-xmlreader \
php81-zlib \
supervisor
# Create symlink so programs depending on `php` still function