mirror of https://github.com/google/oss-fuzz.git
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:
parent
de098f51a6
commit
09a1f6528e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue