[firestore] add build dependency on Python (#1971)

This commit is contained in:
Konstantin Varlamov 2018-11-25 18:08:12 -05:00 committed by Oliver Chang
parent 441da6f40e
commit c821c3df05
1 changed files with 2 additions and 2 deletions

View File

@ -16,6 +16,6 @@
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
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/