Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
huiyonghkw committed Jul 3, 2017
1 parent 8724338 commit 50abc4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions php-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ RUN apk update \

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

RUN apk add --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing gnu-libiconv
ENV LD_PRELOAD /usr/lib/preloadable_libiconv.so php

# composer
RUN curl -sS https://getcomposer.org/installer | \
php -- --install-dir=/usr/bin/ --filename=composer
Expand Down

0 comments on commit 50abc4f

Please sign in to comment.