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