Skip to content

Commit 0b3edef

Browse files
authored
fix the fix (see 278575f)
1 parent 60ea334 commit 0b3edef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ RUN apk info \
5959
&& apk del .build-deps
6060

6161
# 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/
62+
RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ gnu-libiconv
6363
ENV LD_PRELOAD /usr/lib/preloadable_libiconv.so php
6464

6565
# change default shell

0 commit comments

Comments
 (0)