aboutsummaryrefslogtreecommitdiff
path: root/projects/msgpack-c/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/msgpack-c/Dockerfile')
-rw-r--r--projects/msgpack-c/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/projects/msgpack-c/Dockerfile b/projects/msgpack-c/Dockerfile
index 4dea0b34e..05b1e74a0 100644
--- a/projects/msgpack-c/Dockerfile
+++ b/projects/msgpack-c/Dockerfile
@@ -15,7 +15,6 @@
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder
-MAINTAINER chriswwolfe@gmail.com
RUN apt-get update && apt-get install -y cmake
RUN git clone --depth 1 https://github.com/msgpack/msgpack-c.git msgpack-c
WORKDIR msgpack-c