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 48880ac commit 0db1e76Copy full SHA for 0db1e76
dockerfiles/Dockerfile.apisix-base.apk
@@ -88,6 +88,8 @@ RUN cd /tmp \
88
89
RUN cd /tmp \
90
&& curl --version \
91
+ && export PATH=/usr/glibc-compat/bin/:$PATH \
92
+ && which ldd \
93
&& ./build-common.sh build_apisix_base_apk
94
95
CMD /bin/sh
0 commit comments