aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects
diff options
context:
space:
mode:
authorGravatar Konstantin Varlamov <var-const@users.noreply.github.com>2019-03-31 20:37:28 -0400
committerGravatar Oliver Chang <oliverchang@users.noreply.github.com>2019-04-01 08:37:28 +0800
commit927922aadff6f4494e8bb4a82255f8b36e722681 (patch)
tree49419283c084c06ef3d07629421522a0b60fe509 /projects
parentb27c51dee47c308da40aa6852a960c19932a4ebc (diff)
Fix Firestore build by adding missing build dependencies (#2280)
* Add missing build dependencies * Update cc list
Diffstat (limited to 'projects')
-rw-r--r--projects/firestore/Dockerfile2
-rw-r--r--projects/firestore/project.yaml1
2 files changed, 1 insertions, 2 deletions
diff --git a/projects/firestore/Dockerfile b/projects/firestore/Dockerfile
index 232f0d0b..b2f13768 100644
--- a/projects/firestore/Dockerfile
+++ b/projects/firestore/Dockerfile
@@ -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 python
+RUN apt-get update && apt-get install -y make autoconf automake libtool wget golang python python-protobuf python-six
RUN git clone --depth 1 https://github.com/firebase/firebase-ios-sdk.git
COPY build.sh $SRC/
diff --git a/projects/firestore/project.yaml b/projects/firestore/project.yaml
index 471f37d0..d246ddbc 100644
--- a/projects/firestore/project.yaml
+++ b/projects/firestore/project.yaml
@@ -2,7 +2,6 @@ homepage: "https://firebase.google.com/docs/firestore/"
primary_contact: "varconst@google.com"
auto_ccs:
- "varconst@google.com"
- - "minafarid@google.com"
- "rgowman@google.com"
sanitizers:
- address