fluent-bit: added dependency (openssl) (#8205)

fluent-bit: added dependency

Signed-off-by: Leonardo Alminana <leonardo@calyptia.com>

Signed-off-by: Leonardo Alminana <leonardo@calyptia.com>
This commit is contained in:
leonardo-albertovich 2022-08-12 13:30:12 +02:00 committed by GitHub
parent de098f51a6
commit 09a1f6528e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
#
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y make cmake flex bison
RUN apt-get update && apt-get install -y make cmake flex bison libssl-dev
RUN git clone --depth 1 https://github.com/fluent/fluent-bit/ fluent-bit
WORKDIR $SRC