fix(build): install libstdc++ in the Wolfi image

Signed-off-by: Luca Guerra <luca@guerra.sh>
This commit is contained in:
Luca Guerra 2024-02-05 14:15:48 +01:00 committed by poiana
parent ea67e47023
commit 0613f11980

View File

@ -29,7 +29,7 @@ LABEL org.opencontainers.image.source="https://github.com/falcosecurity/falco"
LABEL usage="docker run -i -t --privileged -v /var/run/docker.sock:/host/var/run/docker.sock -v /dev:/host/dev -v /proc:/host/proc:ro --name NAME IMAGE"
# NOTE: for the "least privileged" use case, please refer to the official documentation
RUN apk update && apk add libelf
RUN apk update && apk add libelf libstdc++
ENV HOST_ROOT /host
ENV HOME /root