Skip to content

Commit

Permalink
Remove iconv workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
o-alquimista authored and maxhelias committed Mar 21, 2022
1 parent f97d1ce commit 33deaeb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,8 @@ RUN apk add --no-cache \
file \
gettext \
git \
gnu-libiconv \
;

# install gnu-libiconv and set LD_PRELOAD env to make iconv work fully on Alpine image.
# see https://github.com/docker-library/php/issues/240#issuecomment-763112749
ENV LD_PRELOAD /usr/lib/preloadable_libiconv.so

ARG APCU_VERSION=5.1.21
RUN set -eux; \
apk add --no-cache --virtual .build-deps \
Expand Down

0 comments on commit 33deaeb

Please sign in to comment.