[qt] Install libssl-dev so Qt will be built with OpenSSL support (#7094)

This commit is contained in:
Robert Löhning 2022-01-05 17:50:31 +01:00 committed by GitHub
parent 16ffec0b15
commit 8802bfe576
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 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 && \