Skip to content

Commit

Permalink
Merge pull request #4 from Sekiphp/patch/iconv
Browse files Browse the repository at this point in the history
Fix iconv exception
  • Loading branch information
ironexdev authored Feb 16, 2022
2 parents a297f24 + dc961b5 commit cf6667c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions images/php-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ ARG DOCKER_IMAGE_FOLDER
ARG GROUP_ID
ARG USER_ID

# iconv fix (https://github.com/docker-library/php/issues/240#issuecomment-763112749)
RUN apk add --upgrade gnu-libiconv
ENV LD_PRELOAD /usr/lib/preloadable_libiconv.so

# php gd dependencies
RUN apk add zlib-dev
RUN apk add jpeg-dev
Expand Down

0 comments on commit cf6667c

Please sign in to comment.