aboutsummaryrefslogtreecommitdiff
path: root/infra/templates.py
diff options
context:
space:
mode:
Diffstat (limited to 'infra/templates.py')
-rwxr-xr-xinfra/templates.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/infra/templates.py b/infra/templates.py
index 517a354cd..00ca3226f 100755
--- a/infra/templates.py
+++ b/infra/templates.py
@@ -39,7 +39,6 @@ DOCKER_TEMPLATE = """\
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder
-MAINTAINER your@email.com
RUN apt-get update && apt-get install -y make autoconf automake libtool
RUN git clone --depth 1 <git_url> %(project_name)s # or use other version control
WORKDIR %(project_name)s