Skip to content

Commit 50abc4f

Browse files
committed
1 parent 8724338 commit 50abc4f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

php-cli/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ RUN apk update \
5252

5353
&& rm -rf /var/cache/apk/*
5454

55+
RUN apk add --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing gnu-libiconv
56+
ENV LD_PRELOAD /usr/lib/preloadable_libiconv.so php
57+
5558
# composer
5659
RUN curl -sS https://getcomposer.org/installer | \
5760
php -- --install-dir=/usr/bin/ --filename=composer

0 commit comments

Comments
 (0)