fix(docker): add brotli to the Falco image

Signed-off-by: Luca Guerra <luca@guerra.sh>
This commit is contained in:
Luca Guerra 2024-11-06 14:00:05 +00:00 committed by poiana
parent 3fa8bc9bc7
commit edf36c0724

View File

@ -14,7 +14,15 @@ ENV VERSION_BUCKET=${VERSION_BUCKET}
ENV HOST_ROOT /host ENV HOST_ROOT /host
ENV HOME /root 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 / WORKDIR /