aboutsummaryrefslogtreecommitdiff
path: root/projects/dovecot/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/dovecot/Dockerfile')
-rwxr-xr-xprojects/dovecot/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/projects/dovecot/Dockerfile b/projects/dovecot/Dockerfile
index 65393c4e4..b888e657a 100755
--- a/projects/dovecot/Dockerfile
+++ b/projects/dovecot/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 autoconf automake libtool wget gettext automake libxml2-dev m4 pkg-config
RUN git clone --depth 1 --single-branch --branch fuzzer https://github.com/dovecot/core dovecot
WORKDIR dovecot