mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-31 22:16:49 +00:00
fix(docker): add brotli to the Falco image
Signed-off-by: Luca Guerra <luca@guerra.sh>
This commit is contained in:
parent
3fa8bc9bc7
commit
edf36c0724
@ -14,7 +14,15 @@ ENV VERSION_BUCKET=${VERSION_BUCKET}
|
||||
ENV HOST_ROOT /host
|
||||
ENV HOME /root
|
||||
|
||||
RUN apk update && apk add curl ca-certificates jq libelf libstdc++
|
||||
RUN apk update && apk add \
|
||||
ca-certificates \
|
||||
libstdc++ \
|
||||
libelf \
|
||||
llibbrotlicommon1 \
|
||||
libbrotlidec1 \
|
||||
libbrotlienc1 \
|
||||
curl \
|
||||
jq
|
||||
|
||||
WORKDIR /
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user