diff --git a/projects/perfetto/Dockerfile b/projects/perfetto/Dockerfile index b5af15d4d..4232c4add 100644 --- a/projects/perfetto/Dockerfile +++ b/projects/perfetto/Dockerfile @@ -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