We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f97d1ce commit 33deaebCopy full SHA for 33deaeb
Dockerfile
@@ -17,13 +17,8 @@ RUN apk add --no-cache \
17
file \
18
gettext \
19
git \
20
- gnu-libiconv \
21
;
22
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
-
27
ARG APCU_VERSION=5.1.21
28
RUN set -eux; \
29
apk add --no-cache --virtual .build-deps \
0 commit comments