aboutsummaryrefslogtreecommitdiff
path: root/projects/libhtp/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/libhtp/Dockerfile')
-rw-r--r--projects/libhtp/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/projects/libhtp/Dockerfile b/projects/libhtp/Dockerfile
index 3eec92c8c..cb44a8fec 100644
--- a/projects/libhtp/Dockerfile
+++ b/projects/libhtp/Dockerfile
@@ -15,7 +15,6 @@
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder
-MAINTAINER victor@inliniac.net
RUN apt-get update && apt-get install -y make autoconf automake libtool zlib1g-dev liblzma-dev
RUN git clone --depth 1 https://github.com/OISF/libhtp.git libhtp
WORKDIR $SRC