mirror of https://github.com/google/oss-fuzz.git
[unrar] Use github repo to fetch code and remove extra dependencies (#985)
This commit is contained in:
parent
6204899516
commit
5cd4d6189d
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue