aboutsummaryrefslogtreecommitdiff
path: root/projects/expat/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/expat/Dockerfile')
-rw-r--r--projects/expat/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/projects/expat/Dockerfile b/projects/expat/Dockerfile
index 64efafffb..b9aedc9ae 100644
--- a/projects/expat/Dockerfile
+++ b/projects/expat/Dockerfile
@@ -15,7 +15,6 @@
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder
-MAINTAINER mike.aizatsky@gmail.com
RUN apt-get update && apt-get install -y make autoconf automake libtool docbook2x cmake
RUN git clone --depth 1 https://github.com/libexpat/libexpat expat