mirror of https://github.com/google/oss-fuzz.git
libusb: fix build (#7578)
Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=45925
This commit is contained in:
parent
f9600a44e3
commit
3eb77bab0f
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue