mirror of https://github.com/google/oss-fuzz.git
[infra] checking out oss-fuzz into base-libfuzzer
This commit is contained in:
parent
fbae9ad868
commit
e0b3abddf8
|
@ -18,6 +18,9 @@ FROM ossfuzz/base-clang
|
|||
MAINTAINER mike.aizatsky@gmail.com
|
||||
RUN apt-get install -y libc6-dev
|
||||
|
||||
RUN cd /src && git clone --depth 1 https://github.com/google/oss-fuzz.git
|
||||
VOLUME /src/oss-fuzz
|
||||
|
||||
RUN mkdir /workspace
|
||||
WORKDIR /workspace
|
||||
VOLUME /workspace
|
||||
|
|
Loading…
Reference in New Issue