From 8d20133e9668e90366f70948e5b5febe876d166f Mon Sep 17 00:00:00 2001 From: dantefromhell <90508808+dantefromhell@users.noreply.github.com> Date: Wed, 31 Jan 2024 13:37:45 +0000 Subject: [PATCH] Add perl package for log output optimization Based on https://github.com/Supervisor/supervisor/issues/553#issuecomment-1584926718 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 13aecd06..b7f011ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,6 +31,7 @@ ARG RUNTIME_DEPS="\ curl \ imagemagick \ libintl \ + perl \ php81 \ php81-apcu \ php81-ctype \