diff --git a/projects/firestore/Dockerfile b/projects/firestore/Dockerfile index e264dded6..232f0d0b6 100644 --- a/projects/firestore/Dockerfile +++ b/projects/firestore/Dockerfile @@ -15,7 +15,7 @@ ################################################################################ FROM gcr.io/oss-fuzz-base/base-builder -MAINTAINER varconst@google.com -RUN apt-get update && apt-get install -y make autoconf automake libtool wget golang +MAINTAINER varconst@google.com +RUN apt-get update && apt-get install -y make autoconf automake libtool wget golang python RUN git clone --depth 1 https://github.com/firebase/firebase-ios-sdk.git COPY build.sh $SRC/