mirror of https://github.com/google/oss-fuzz.git
[perfetto] Do not isntall git as it is already installed.
This commit is contained in:
parent
0165b7b91c
commit
1d9dc4c64e
|
@ -18,7 +18,7 @@ FROM gcr.io/oss-fuzz-base/base-builder
|
|||
MAINTAINER fmayer@google.com
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get -y install python git curl
|
||||
RUN apt-get -y install python curl
|
||||
|
||||
RUN git clone --depth=1 https://android.googlesource.com/platform/external/perfetto/ $SRC/perfetto
|
||||
|
||||
|
|
Loading…
Reference in New Issue