aboutsummaryrefslogtreecommitdiff
path: root/projects/capstone/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/capstone/Dockerfile')
-rw-r--r--projects/capstone/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/projects/capstone/Dockerfile b/projects/capstone/Dockerfile
index d4ef22396..6f157a917 100644
--- a/projects/capstone/Dockerfile
+++ b/projects/capstone/Dockerfile
@@ -15,7 +15,6 @@
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder
-MAINTAINER capstone.engine@gmail.com
RUN apt-get update && apt-get install -y make cmake python python-setuptools
RUN git clone --depth 1 --branch v4 https://github.com/aquynh/capstone.git capstonev4
RUN git clone --depth 1 --branch next https://github.com/aquynh/capstone.git capstonenext