try to bypass Alpine iconv bug
This commit is contained in:
parent
cc1717205f
commit
5769c1d005
1 changed files with 4 additions and 0 deletions
|
@ -49,6 +49,10 @@ COPY etc/snippets_common.conf /etc/nginx/snippets/snippets_common.conf
|
||||||
# PHP
|
# 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
|
# Use PHP 8.3 release
|
||||||
ENV VER_PHP=php83
|
ENV VER_PHP=php83
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue