mirror of https://github.com/google/oss-fuzz.git
[firestore] add build dependency on Python (#1971)
This commit is contained in:
parent
441da6f40e
commit
c821c3df05
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue