[libaom] use ADD to retrieve file (#1964)

* [libaom] use ADD to retrieve file

libwebp uses ADD here which appears to be the canonical way to download a file.

* Update Dockerfile
This commit is contained in:
wwcv 2018-11-20 13:50:19 -05:00 committed by Max Moroz
parent 7551f34eba
commit 23dd904766
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,6 @@ FROM gcr.io/oss-fuzz-base/base-builder
MAINTAINER urvang@google.com
RUN apt-get update && apt-get install -y cmake yasm wget
RUN git clone https://aomedia.googlesource.com/aom
RUN wget -q https://storage.googleapis.com/aom-test-data/fuzzer/dec_fuzzer_seed_corpus.zip
ADD https://storage.googleapis.com/aom-test-data/fuzzer/dec_fuzzer_seed_corpus.zip $SRC/
COPY build.sh av1_dec_fuzzer.cc av1_dec_fuzzer.dict $SRC/
WORKDIR aom