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 a297f24 commit dc961b5Copy full SHA for dc961b5
images/php-fpm/Dockerfile
@@ -4,6 +4,10 @@ ARG DOCKER_IMAGE_FOLDER
4
ARG GROUP_ID
5
ARG USER_ID
6
7
+# iconv fix (https://github.com/docker-library/php/issues/240#issuecomment-763112749)
8
+RUN apk add --upgrade gnu-libiconv
9
+ENV LD_PRELOAD /usr/lib/preloadable_libiconv.so
10
+
11
# php gd dependencies
12
RUN apk add zlib-dev
13
RUN apk add jpeg-dev
0 commit comments