Readd PHP extensions required for fetching favicons

This commit is contained in:
Dale Davies
2022-02-10 15:45:05 +00:00
parent 94d85522a5
commit 119d4f0635

View File

@@ -30,10 +30,13 @@ RUN apk add --no-cache \
curl \
nginx \
php8 \
php8-dom \
php8-fileinfo \
php8-fpm \
php8-json \
php8-opcache \
php8-openssl \
php8-xml \
php8-zlib
# Create symlink for anything expecting to use "php".