aboutsummaryrefslogtreecommitdiff
path: root/projects/http-parser/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/http-parser/Dockerfile')
-rwxr-xr-xprojects/http-parser/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/projects/http-parser/Dockerfile b/projects/http-parser/Dockerfile
index 5d263f9b0..88e93fd26 100755
--- a/projects/http-parser/Dockerfile
+++ b/projects/http-parser/Dockerfile
@@ -15,7 +15,6 @@
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder
-MAINTAINER david@adalogics.com
RUN apt-get update && apt-get install -y make cmake
RUN git clone https://github.com/nodejs/http-parser