diff --git a/docker/falco/Dockerfile b/docker/falco/Dockerfile index 48a16c0fc50..1b6aef6c294 100644 --- a/docker/falco/Dockerfile +++ b/docker/falco/Dockerfile @@ -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 /