aboutsummaryrefslogtreecommitdiff
path: root/projects/neomutt/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/neomutt/Dockerfile')
-rw-r--r--projects/neomutt/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/projects/neomutt/Dockerfile b/projects/neomutt/Dockerfile
index ed2800b02..920e71d7c 100644
--- a/projects/neomutt/Dockerfile
+++ b/projects/neomutt/Dockerfile
@@ -15,7 +15,6 @@
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder
-MAINTAINER joseph.bisch@gmail.com
RUN apt-get update && apt-get install -y make autoconf automake libtool xsltproc libncursesw5-dev libtinfo5 libxml2-dev libxml2-utils libidn11-dev
RUN git clone https://github.com/neomutt/neomutt neomutt
WORKDIR neomutt