try to bypass Alpine iconv bug

This commit is contained in:
Jean-Christian Denis 2024-11-24 14:05:40 +01:00
parent cc1717205f
commit 5769c1d005
Signed by: JcDenis
GPG key ID: 1B5B8C5B90B6C951

View file

@ -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