aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/zlib/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/zlib/Dockerfile')
-rw-r--r--projects/zlib/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/projects/zlib/Dockerfile b/projects/zlib/Dockerfile
index ade5269a..be1cb4c6 100644
--- a/projects/zlib/Dockerfile
+++ b/projects/zlib/Dockerfile
@@ -15,7 +15,6 @@
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder
-MAINTAINER inferno@chromium.org
RUN apt-get update && apt-get install -y make autoconf automake libtool
RUN git clone --depth 1 -b develop https://github.com/madler/zlib.git
WORKDIR zlib