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