From 5cd4d6189d6a41148f20ef2af0e12ee5c70281e0 Mon Sep 17 00:00:00 2001 From: Varun Khaneja Date: Wed, 15 Nov 2017 14:23:37 -0800 Subject: [PATCH] [unrar] Use github repo to fetch code and remove extra dependencies (#985) --- projects/unrar/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/unrar/Dockerfile b/projects/unrar/Dockerfile index afacd4e66..2934254b5 100644 --- a/projects/unrar/Dockerfile +++ b/projects/unrar/Dockerfile @@ -16,10 +16,10 @@ FROM gcr.io/oss-fuzz-base/base-builder MAINTAINER vakh@chromium.org -RUN apt-get update && apt-get install -y make autoconf automake build-essential libtool wget - -RUN wget https://www.rarlab.com/rar/unrarsrc-5.5.8.tar.gz && tar xf unrarsrc-5.5.8.tar.gz +RUN apt-get update && apt-get install -y make build-essential +RUN git clone --depth 1 https://github.com/aawc/unrar.git WORKDIR unrar + COPY build.sh $SRC/ COPY unrar_fuzzer.cc $SRC/unrar/