mirror of https://github.com/google/oss-fuzz.git
fast-dds: fix build (#8074)
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=49240
This commit is contained in:
parent
eec428c9ad
commit
a0948a54cf
|
@ -15,7 +15,7 @@
|
|||
################################################################################
|
||||
|
||||
FROM gcr.io/oss-fuzz-base/base-builder
|
||||
RUN apt-get update && apt install -y autoconf automake
|
||||
RUN apt-get update && apt install -y autoconf automake pkg-config
|
||||
RUN git clone --depth 1 https://github.com/leethomason/tinyxml2
|
||||
RUN git clone --depth 1 https://github.com/chriskohlhoff/asio/
|
||||
RUN git clone --depth 1 https://github.com/eProsima/Fast-CDR.git
|
||||
|
|
Loading…
Reference in New Issue