We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 447d88b commit 1d0ce19Copy full SHA for 1d0ce19
Dockerfile
@@ -67,6 +67,9 @@ RUN apk --no-cache add \
67
&& ln -sf /dev/stdout /var/log/nginx/access.log \
68
&& ln -sf /dev/stderr /var/log/nginx/error.log
69
70
+# workaround for iconv issue
71
+RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/v3.13/community/ gnu-libiconv==1.15-r3
72
+ENV LD_PRELOAD /usr/lib/preloadable_libiconv.so php
73
74
COPY conf/www.conf /etc/php81/php-fpm.d/www.conf
75
COPY conf/default.conf conf/healthz.conf /etc/nginx/conf.d/
0 commit comments