Remove iconv workaround
This commit is contained in:
parent
f97d1ce163
commit
33deaeb484
@ -17,13 +17,8 @@ RUN apk add --no-cache \
|
|||||||
file \
|
file \
|
||||||
gettext \
|
gettext \
|
||||||
git \
|
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
|
ARG APCU_VERSION=5.1.21
|
||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
apk add --no-cache --virtual .build-deps \
|
apk add --no-cache --virtual .build-deps \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user