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 41f16fa commit d5bbe20Copy full SHA for d5bbe20
build-scripts/manylinux-container-image/Dockerfile
@@ -27,8 +27,6 @@ RUN \
27
fi
28
29
ADD build_utils.sh /root/build_utils.sh
30
-ADD install_perl.sh /root/install_perl.sh
31
-RUN ./install_perl.sh "${RELEASE}"
32
ADD install_libffi.sh /root/install_libffi.sh
33
RUN ./install_libffi.sh "${RELEASE}"
34
ADD install_openssl.sh /root/install_openssl.sh
build-scripts/manylinux-container-image/install_perl.sh
0 commit comments