Update zlib URL (#7474)

* Update zlib URL

Per #7468

* Update Dockerfile
This commit is contained in:
Oliver Chang 2022-03-31 01:14:46 +11:00 committed by GitHub
parent c8e84159db
commit f1a882a076
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -23,9 +23,9 @@ RUN apt-get update && \
RUN git clone --depth 1 https://github.com/randy408/libspng.git
RUN git clone --depth 1 https://github.com/google/fuzzer-test-suite
RUN wget -O $WORK/zlib.tar.gz http://www.zlib.net/zlib-1.2.11.tar.gz
RUN wget -O $WORK/zlib.tar.gz http://www.zlib.net/zlib-1.2.12.tar.gz
RUN tar xzvf $WORK/zlib.tar.gz --directory $SRC/
RUN mv $SRC/zlib-1.2.11 $SRC/zlib
RUN mv $SRC/zlib-1.2.12 $SRC/zlib
WORKDIR libspng
COPY build.sh $SRC/