Skip to content

Commit 33deaeb

Browse files
o-alquimistamaxhelias
authored andcommitted
Remove iconv workaround
1 parent f97d1ce commit 33deaeb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Dockerfile

-5
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,8 @@ RUN apk add --no-cache \
1717
file \
1818
gettext \
1919
git \
20-
gnu-libiconv \
2120
;
2221

23-
# install gnu-libiconv and set LD_PRELOAD env to make iconv work fully on Alpine image.
24-
# see https://github.com/docker-library/php/issues/240#issuecomment-763112749
25-
ENV LD_PRELOAD /usr/lib/preloadable_libiconv.so
26-
2722
ARG APCU_VERSION=5.1.21
2823
RUN set -eux; \
2924
apk add --no-cache --virtual .build-deps \

0 commit comments

Comments
 (0)