From 28d9ea3a278fff3dafb61472c6f7fddb0fe4400d Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Wed, 2 Jun 2021 16:47:44 +0000 Subject: [PATCH] bloaty: Try to fix build failure (#5868) --- projects/bloaty/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/bloaty/Dockerfile b/projects/bloaty/Dockerfile index 7a08527b2..e47be5674 100644 --- a/projects/bloaty/Dockerfile +++ b/projects/bloaty/Dockerfile @@ -15,7 +15,7 @@ ################################################################################ FROM gcr.io/oss-fuzz-base/base-builder -RUN apt-get update && apt-get install -y cmake ninja-build g++ +RUN apt-get update && apt-get install -y cmake ninja-build g++ libz-dev RUN git clone --depth 1 https://github.com/google/bloaty.git bloaty WORKDIR bloaty COPY build.sh $SRC/