From 33deaeb484afceb32efb63aa63fe701edb15bff2 Mon Sep 17 00:00:00 2001 From: Douglas Silva Date: Sat, 12 Mar 2022 18:28:49 -0300 Subject: [PATCH] Remove iconv workaround --- Dockerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index e244d3e..7c5adb8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \