Skip to content

Commit 10f89cc

Browse files
richardlautargos
authored andcommitted
ansible: update zlib fetch URL
Once zlib releases a new version they remove the older one and move it to https://www.zlib.net/fossils/. Use this more stable URL to fetch the zlib source when building containers.
1 parent e92bab7 commit 10f89cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/roles/docker/templates/ubuntu1804_sharedlibs.Dockerfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ ENV ZLIB12DIR /opt/zlib_$ZLIBVER
9494

9595
RUN mkdir -p /tmp/zlib_$ZLIBVER && \
9696
cd /tmp/zlib_$ZLIBVER && \
97-
curl -sL https://zlib.net/zlib-$ZLIBVER.tar.gz | tar zxv --strip=1 && \
97+
curl -sL https://zlib.net/fossils/zlib-$ZLIBVER.tar.gz | tar zxv --strip=1 && \
9898
./configure --prefix=$ZLIB12DIR && \
9999
make -j 6 && \
100100
make install && \

0 commit comments

Comments
 (0)