mirror of https://github.com/google/oss-fuzz.git
Install fonts-dejavu on base-runner (#1392)
Install a small (<10MB) font library on base-runner since some fuzzers (such as image_deserialize_fuzzer) expect them on a system.
This commit is contained in:
parent
b972525966
commit
e06ca92ee4
|
@ -16,7 +16,7 @@
|
|||
|
||||
FROM gcr.io/oss-fuzz-base/base-image
|
||||
MAINTAINER mike.aizatsky@gmail.com
|
||||
RUN apt-get install -y zip file libunwind8 binutils libblocksruntime0
|
||||
RUN apt-get install -y zip file libunwind8 binutils libblocksruntime0 fonts-dejavu
|
||||
COPY bad_build_check llvm-cov llvm-profdata llvm-symbolizer reproduce \
|
||||
run_fuzzer sancov test_all test_report minijail0 run_minijail /usr/local/bin/
|
||||
|
||||
|
|
Loading…
Reference in New Issue