We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ea334 commit 0b3edefCopy full SHA for 0b3edef
Dockerfile
@@ -59,7 +59,7 @@ RUN apk info \
59
&& apk del .build-deps
60
61
# fix iconv (see https://github.com/docker-library/php/issues/240#issuecomment-305038173)
62
-RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/
+RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ gnu-libiconv
63
ENV LD_PRELOAD /usr/lib/preloadable_libiconv.so php
64
65
# change default shell
0 commit comments