We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 599a346 commit fec75ceCopy full SHA for fec75ce
Dockerfile
@@ -10,6 +10,10 @@ ENV RELAYHOST_PASSWORD=
10
# (optional) Should the postfix relay use TLS
11
ENV SMTP_USE_TLS=
12
13
+# Fixes an bug with iconv @see https://github.com/docker-library/php/issues/240
14
+RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/v3.13/community/ gnu-libiconv==1.15-r3
15
+ENV LD_PRELOAD /usr/lib/preloadable_libiconv.so php
16
+
17
RUN apk --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/ add \
18
ca-certificates \
19
gettext \
0 commit comments