Skip to content

Commit

Permalink
resolve iconv issue (see docker-library/php#1121)
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenix-bjoern committed Mar 2, 2023
1 parent 447d88b commit 1d0ce19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ RUN apk --no-cache add \
&& ln -sf /dev/stdout /var/log/nginx/access.log \
&& ln -sf /dev/stderr /var/log/nginx/error.log

# workaround for iconv issue
RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/v3.13/community/ gnu-libiconv==1.15-r3
ENV LD_PRELOAD /usr/lib/preloadable_libiconv.so php

COPY conf/www.conf /etc/php81/php-fpm.d/www.conf
COPY conf/default.conf conf/healthz.conf /etc/nginx/conf.d/
Expand Down

0 comments on commit 1d0ce19

Please sign in to comment.