Update Dockerfile (#3923)

This commit is contained in:
Jamie Pinheiro 2020-06-02 16:47:44 -04:00 committed by GitHub
parent 5875908be4
commit 726ce35e3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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