aboutsummaryrefslogtreecommitdiff
path: root/projects/uriparser/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/uriparser/Dockerfile')
-rw-r--r--projects/uriparser/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/projects/uriparser/Dockerfile b/projects/uriparser/Dockerfile
index f66ca5342..0f6ba06ee 100644
--- a/projects/uriparser/Dockerfile
+++ b/projects/uriparser/Dockerfile
@@ -15,7 +15,6 @@
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder
-MAINTAINER webmaster@hartwork.org
RUN apt-get update && apt-get install -y make autoconf automake wget sudo libtool cmake
RUN git clone --depth 1 https://github.com/uriparser/uriparser uriparser
WORKDIR uriparser