aboutsummaryrefslogtreecommitdiff
path: root/projects/unicorn/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/unicorn/Dockerfile')
-rw-r--r--projects/unicorn/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/projects/unicorn/Dockerfile b/projects/unicorn/Dockerfile
index 68a4955ec..1ae7e5664 100644
--- a/projects/unicorn/Dockerfile
+++ b/projects/unicorn/Dockerfile
@@ -15,7 +15,6 @@
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder
-MAINTAINER unicorn.emu@gmail.com
RUN apt-get update && apt-get install -y make python
RUN git clone --depth 1 https://github.com/unicorn-engine/unicorn.git
WORKDIR $SRC