mirror of https://github.com/google/oss-fuzz.git
This commit is contained in:
parent
5cfb074ae5
commit
774abe3bd3
|
@ -15,7 +15,7 @@
|
|||
################################################################################
|
||||
|
||||
FROM gcr.io/oss-fuzz-base/base-builder
|
||||
RUN apt-get update && apt-get install -y make autoconf automake libtool
|
||||
RUN apt-get update && apt-get install -y make autoconf automake libtool gettext
|
||||
RUN git clone --depth 1 https://github.com/dbry/WavPack.git wavpack
|
||||
RUN cp wavpack/fuzzing/build.sh $SRC
|
||||
WORKDIR wavpack
|
||||
|
|
Loading…
Reference in New Issue