mirror of https://github.com/google/oss-fuzz.git
Update Dockerfile
This commit is contained in:
parent
ca11c5128c
commit
d4e4728900
|
@ -18,6 +18,6 @@ FROM gcr.io/oss-fuzz-base/base-builder
|
||||||
MAINTAINER sebpop@gmail.com
|
MAINTAINER sebpop@gmail.com
|
||||||
RUN apt-get update && apt-get install -y make
|
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
|
WORKDIR zlib-ng
|
||||||
COPY build.sh $SRC/
|
COPY build.sh $SRC/
|
||||||
|
|
Loading…
Reference in New Issue