mirror of https://github.com/google/oss-fuzz.git
bloaty: Try to fix build failure (#5868)
This commit is contained in:
parent
37d1d7552b
commit
28d9ea3a27
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue