Native: update zlib download URL in toolchain builder
zlib 1.2.11 has been moved to fossils/ on the official website. ^KT-58864
This commit is contained in:
committed by
Space Team
parent
785e70c31a
commit
3c568e7b86
@@ -28,7 +28,7 @@ USER $USERNAME
|
||||
WORKDIR /home/$USERNAME
|
||||
|
||||
# Download zlib sources.
|
||||
RUN curl -LO https://zlib.net/zlib-1.2.11.tar.gz && \
|
||||
RUN curl -LO https://zlib.net/fossils/zlib-1.2.11.tar.gz && \
|
||||
tar -xf zlib-1.2.11.tar.gz && \
|
||||
rm zlib-1.2.11.tar.gz
|
||||
|
||||
|
||||
Reference in New Issue
Block a user