Update Dockerfile

This commit is contained in:
Abhishek Arya 2019-07-16 15:13:38 -07:00 committed by GitHub
parent ca11c5128c
commit d4e4728900
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,6 @@ FROM gcr.io/oss-fuzz-base/base-builder
MAINTAINER sebpop@gmail.com
RUN apt-get update && apt-get install -y make
RUN git clone --depth 1 -b develop https://github.com/Dead2/zlib-ng.git
RUN git clone --depth 1 -b develop https://github.com/zlib-ng/zlib-ng.git
WORKDIR zlib-ng
COPY build.sh $SRC/