We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e3f65d + d367b1c commit dcf0548Copy full SHA for dcf0548
Dockerfile
@@ -16,6 +16,9 @@ RUN export MC="-j$(nproc)" \
16
&& chmod +x "${MORE_EXTENSION_INSTALLER}" \
17
&& sh install.sh \
18
&& sh "${MORE_EXTENSION_INSTALLER}" \
19
- && rm -rf /tmp/extensions
+ && rm -rf /tmp/extensions \
20
+ && apk add --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing gnu-libiconv
21
-WORKDIR /var/www/html
22
+ENV LD_PRELOAD /usr/lib/preloadable_libiconv.so php
23
+
24
+WORKDIR /var/www/html
0 commit comments