We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48880ac commit 06b8137Copy full SHA for 06b8137
dockerfiles/Dockerfile.apisix-base.apk
@@ -88,6 +88,7 @@ RUN cd /tmp \
88
89
RUN cd /tmp \
90
&& curl --version \
91
+ && sed -i 's#/usr/bin/bash#/bin/sh#' /usr/glibc-compat/bin/ldd \
92
&& ./build-common.sh build_apisix_base_apk
93
94
CMD /bin/sh
0 commit comments