There was an error while loading. Please reload this page.
1 parent 8e297ac commit c45f16eCopy full SHA for c45f16e
docker/Dockerfile
@@ -49,8 +49,8 @@ RUN export AUTOCONF_ROOT=autoconf-2.72 && \
49
manylinux-entrypoint /build_scripts/install-autoconf.sh
50
51
COPY build_scripts/install-automake.sh /build_scripts/
52
-RUN export AUTOMAKE_ROOT=automake-1.16.5 && \
53
- export AUTOMAKE_HASH=07bd24ad08a64bc17250ce09ec56e921d6343903943e99ccf63bbf0705e34605 && \
+RUN export AUTOMAKE_ROOT=automake-1.17 && \
+ export AUTOMAKE_HASH=397767d4db3018dd4440825b60c64258b636eaf6bf99ac8b0897f06c89310acd && \
54
export AUTOMAKE_DOWNLOAD_URL=http://ftp.gnu.org/gnu/automake && \
55
manylinux-entrypoint /build_scripts/install-automake.sh
56
0 commit comments