Commit aafbde7 1 parent 6657243 commit aafbde7 Copy full SHA for aafbde7
File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,7 @@ RUN export MC="-j$(nproc)" \
16
16
&& chmod +x "${MORE_EXTENSION_INSTALLER}" \
17
17
&& sh install.sh \
18
18
&& sh "${MORE_EXTENSION_INSTALLER}" \
19
- && rm -rf /tmp/extensions \
20
- && apk add --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing gnu-libiconv
19
+ && rm -rf /tmp/extensions
21
20
22
21
ENV LD_PRELOAD /usr/lib/preloadable_libiconv.so php
23
22
Original file line number Diff line number Diff line change 18
18
19
19
if [ " ${PHP_EXTENSIONS} " != " " ]; then
20
20
echo " ---------- Install general dependencies ----------"
21
- apk add --no-cache autoconf g++ libtool make curl-dev libxml2-dev linux-headers
21
+ apk add --no-cache autoconf g++ libtool make curl-dev libxml2-dev linux-headers --repository http://dl-3.alpinelinux.org/alpine/edge/testing gnu-libiconv
22
22
fi
23
23
24
24
if [ -z " ${EXTENSIONS##* ,pdo_mysql,* } " ]; then
You can’t perform that action at this time.
0 commit comments