[perfetto] Do not isntall git as it is already installed.

This commit is contained in:
Max Moroz 2018-12-10 09:18:43 -08:00
parent 0165b7b91c
commit 1d9dc4c64e
1 changed files with 1 additions and 1 deletions

View File

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