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