aboutsummaryrefslogtreecommitdiff
path: root/projects/h2o/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/h2o/Dockerfile')
-rw-r--r--projects/h2o/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/projects/h2o/Dockerfile b/projects/h2o/Dockerfile
index ad2f4e480..02cf2c579 100644
--- a/projects/h2o/Dockerfile
+++ b/projects/h2o/Dockerfile
@@ -15,7 +15,6 @@
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder
-MAINTAINER jonathan.foote@gmail.com
RUN apt-get update && apt-get install -y make autoconf automake libtool cmake zlib1g-dev pkg-config libssl-dev
RUN git clone https://github.com/h2o/h2o
WORKDIR h2o