aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/openssh/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/openssh/Dockerfile')
-rw-r--r--projects/openssh/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/projects/openssh/Dockerfile b/projects/openssh/Dockerfile
index dad44cd2..929d57c2 100644
--- a/projects/openssh/Dockerfile
+++ b/projects/openssh/Dockerfile
@@ -15,7 +15,6 @@
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder
-MAINTAINER djm@mindrot.org
RUN apt-get update && apt-get install -y make autoconf automake libtool
RUN apt-get install -y libz-dev libssl1.0.0 libssl-dev libedit-dev zip
RUN git clone --depth 1 https://github.com/openssh/openssh-portable openssh