[infra] checking out oss-fuzz into base-libfuzzer

This commit is contained in:
Mike Aizatsky 2016-07-25 22:38:54 -07:00 committed by GitHub
parent fbae9ad868
commit e0b3abddf8
1 changed files with 3 additions and 0 deletions

View File

@ -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