fix download path
Some checks failed
BlockStorage/repertory_linux_builds/pipeline/head There was a failure building this commit
Some checks failed
BlockStorage/repertory_linux_builds/pipeline/head There was a failure building this commit
This commit is contained in:
parent
071552ffd5
commit
9b453327a8
@ -228,7 +228,7 @@ ARG ZLIB_VERSION=1.3.1
|
||||
ENV MY_ZLIB_VERSION=${ZLIB_VERSION}
|
||||
RUN set -ex \
|
||||
\
|
||||
&& wget -q https://zlib.net/zlib-${MY_ZLIB_VERSION}.tar.gz -O - | tar -xz \
|
||||
&& wget -q https://github.com/madler/zlib/releases/download/v${ZLIB_VERSION}/zlib-${ZLIB_VERSION}.tar.gz -O - | tar -xz \
|
||||
&& cd zlib-${MY_ZLIB_VERSION} \
|
||||
&& mkdir build \
|
||||
&& cd build \
|
||||
|
Loading…
x
Reference in New Issue
Block a user