mirror of https://github.com/google/oss-fuzz.git
[qt] Install libssl-dev so Qt will be built with OpenSSL support (#7094)
This commit is contained in:
parent
16ffec0b15
commit
8802bfe576
|
@ -15,7 +15,7 @@
|
|||
################################################################################
|
||||
|
||||
FROM gcr.io/oss-fuzz-base/base-builder
|
||||
RUN apt-get update && apt-get install -y ninja-build libc6-dev:i386
|
||||
RUN apt-get update && apt-get install -y libssl-dev ninja-build libc6-dev:i386
|
||||
RUN git clone --depth 1 https://github.com/AFLplusplus/AFLplusplus.git myaflplusplus && \
|
||||
cp -r myaflplusplus/dictionaries afldictionaries && \
|
||||
cp -r myaflplusplus/testcases afltestcases && \
|
||||
|
|
Loading…
Reference in New Issue