[unrar] Use github repo to fetch code and remove extra dependencies (#985)

This commit is contained in:
Varun Khaneja 2017-11-15 14:23:37 -08:00 committed by Max Moroz
parent 6204899516
commit 5cd4d6189d
1 changed files with 3 additions and 3 deletions

View File

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