There was an error while loading. Please reload this page.
1 parent 714ab6b commit e9a92d4Copy full SHA for e9a92d4
docker/Dockerfile
@@ -55,8 +55,8 @@ RUN export AUTOMAKE_ROOT=automake-1.17 && \
55
manylinux-entrypoint /build_scripts/install-automake.sh
56
57
COPY build_scripts/install-libtool.sh /build_scripts/
58
-RUN export LIBTOOL_ROOT=libtool-2.4.7 && \
59
- export LIBTOOL_HASH=04e96c2404ea70c590c546eba4202a4e12722c640016c12b9b2f1ce3d481e9a8 && \
+RUN export LIBTOOL_ROOT=libtool-2.5.3 && \
+ export LIBTOOL_HASH=9322bd8f6bc848fda3e385899dd1934957169652acef716d19d19d24053abb95 && \
60
export LIBTOOL_DOWNLOAD_URL=http://ftp.gnu.org/gnu/libtool && \
61
manylinux-entrypoint /build_scripts/install-libtool.sh
62
0 commit comments