aboutsummaryrefslogtreecommitdiff
path: root/projects/json-c/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/json-c/Dockerfile')
-rw-r--r--projects/json-c/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/projects/json-c/Dockerfile b/projects/json-c/Dockerfile
index ed40c49de..3bb1222c0 100644
--- a/projects/json-c/Dockerfile
+++ b/projects/json-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 make cmake
RUN git clone --depth 1 https://github.com/json-c/json-c.git json-c
WORKDIR json-c