From c821c3df05700c63ff1e890c4a6dcd0172e8b8b8 Mon Sep 17 00:00:00 2001 From: Konstantin Varlamov Date: Sun, 25 Nov 2018 18:08:12 -0500 Subject: [PATCH] [firestore] add build dependency on Python (#1971) --- projects/firestore/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/