Skip to content

Commit 6e65164

Browse files
author
Kevin Buchholz
authored
Merge pull request #70 from sourceboat/feature/fix_libiconv
2 parents 0b9f5a6 + 5638cd7 commit 6e65164

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ RUN apk info \
5858
&& apk del .build-deps \
5959
&& rm -rf /tmp/* /var/cache/apk/*
6060

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/testing/ gnu-libiconv
63-
ENV LD_PRELOAD /usr/lib/preloadable_libiconv.so php
61+
# fix iconv (see https://github.com/docker-library/php/issues/240#issuecomment-876464325)
62+
RUN apk add gnu-libiconv=1.15-r3 --update-cache --repository http://dl-cdn.alpinelinux.org/alpine/v3.13/community/ --allow-untrusted
63+
ENV LD_PRELOAD /usr/lib/preloadable_libiconv.so
6464

6565
# change default shell
6666
SHELL ["/bin/bash", "-c"]

0 commit comments

Comments
 (0)