From 5769c1d005d1fb9779079e3e5a79acf3b2d6c070 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sun, 24 Nov 2024 14:05:40 +0100 Subject: [PATCH] try to bypass Alpine iconv bug --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index aa29152..1511e11 100644 --- a/Dockerfile +++ b/Dockerfile @@ -49,6 +49,10 @@ COPY etc/snippets_common.conf /etc/nginx/snippets/snippets_common.conf # PHP ## +# Try to bypass Alpine Linux iconv bug +RUN apk add --no-cache gnu-libiconv +ENV LD_PRELOAD /usr/lib/preloadable_libiconv.so + # Use PHP 8.3 release ENV VER_PHP=php83