aboutsummaryrefslogtreecommitdiff
path: root/projects/firestore/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/firestore/Dockerfile')
-rw-r--r--projects/firestore/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/projects/firestore/Dockerfile b/projects/firestore/Dockerfile
index b2f13768f..bb024aa45 100644
--- a/projects/firestore/Dockerfile
+++ b/projects/firestore/Dockerfile
@@ -15,7 +15,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 python-protobuf python-six
RUN git clone --depth 1 https://github.com/firebase/firebase-ios-sdk.git
COPY build.sh $SRC/