libusb: fix build (#7578)

Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=45925
This commit is contained in:
DavidKorczynski 2022-04-15 20:53:07 +01:00 committed by GitHub
parent f9600a44e3
commit 3eb77bab0f
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 libudev-dev
RUN apt-get update && apt-get install -y make autoconf automake libtool libudev-dev libumockdev-dev
RUN git clone --depth 1 https://github.com/libusb/libusb libusb
WORKDIR libusb
COPY build.sh *.cc $SRC/