bloaty: Try to fix build failure (#5868)

This commit is contained in:
MarcoFalke 2021-06-02 16:47:44 +00:00 committed by GitHub
parent 37d1d7552b
commit 28d9ea3a27
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 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/