[wavpack] fix issue #34149 (new configure script requires gettext) (#5746)

This commit is contained in:
David Bryant 2021-05-11 01:43:02 -07:00 committed by GitHub
parent 5cfb074ae5
commit 774abe3bd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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