Skip to content

Commit

Permalink
fix(docker): add brotli to the Falco image
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Guerra <[email protected]>
  • Loading branch information
LucaGuerra authored and poiana committed Nov 6, 2024
1 parent 3fa8bc9 commit edf36c0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docker/falco/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 /

Expand Down

0 comments on commit edf36c0

Please sign in to comment.