From 726ce35e3af4f6f02a851c7a9ef2f8db6665b5b5 Mon Sep 17 00:00:00 2001 From: Jamie Pinheiro Date: Tue, 2 Jun 2020 16:47:44 -0400 Subject: [PATCH] Update Dockerfile (#3923) --- projects/libraw/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/libraw/Dockerfile b/projects/libraw/Dockerfile index 437bd07b2..96826595a 100644 --- a/projects/libraw/Dockerfile +++ b/projects/libraw/Dockerfile @@ -15,7 +15,7 @@ ################################################################################ FROM gcr.io/oss-fuzz-base/base-builder -MAINTAINER TODO@gmail.com +MAINTAINER jesteele@google.com RUN apt-get update && apt-get install -y make autoconf automake libtool pkg-config RUN git clone --depth 1 https://github.com/libraw/libraw WORKDIR libraw