mirror of https://github.com/google/oss-fuzz.git
[infra] docker images nits
This commit is contained in:
parent
7ef8ddd092
commit
0dd9848893
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
FROM ossfuzz/base-clang
|
FROM ossfuzz/base-clang
|
||||||
MAINTAINER mike.aizatsky@gmail.com
|
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
|
RUN cd /src && git clone --depth 1 https://github.com/google/oss-fuzz.git
|
||||||
VOLUME /src/oss-fuzz
|
VOLUME /src/oss-fuzz
|
||||||
|
|
Loading…
Reference in New Issue