From a0948a54cf524ece8433e5971189e4411f5e2dc4 Mon Sep 17 00:00:00 2001 From: DavidKorczynski Date: Mon, 25 Jul 2022 17:40:09 +0100 Subject: [PATCH] fast-dds: fix build (#8074) Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=49240 --- projects/fast-dds/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/fast-dds/Dockerfile b/projects/fast-dds/Dockerfile index 338642f56..967d2815a 100644 --- a/projects/fast-dds/Dockerfile +++ b/projects/fast-dds/Dockerfile @@ -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