From 119d4f06354152d170d7bd9a8e86e890adc6d656 Mon Sep 17 00:00:00 2001 From: Dale Davies Date: Thu, 10 Feb 2022 15:45:05 +0000 Subject: [PATCH] Readd PHP extensions required for fetching favicons --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 6f58eba..7e7fbe4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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".