[infra] docker images nits

This commit is contained in:
Mike Aizatsky 2016-07-27 16:07:07 -07:00
parent 7ef8ddd092
commit 0dd9848893
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
FROM ossfuzz/base-clang
MAINTAINER mike.aizatsky@gmail.com
RUN apt-get install -y libc6-dev
RUN apt-get install -y git libc6-dev
RUN cd /src && git clone --depth 1 https://github.com/google/oss-fuzz.git
VOLUME /src/oss-fuzz