Skip to content

Commit

Permalink
fix(build): install libstdc++ in the Wolfi 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 Feb 5, 2024
1 parent ea67e47 commit 0613f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/no-driver/Dockerfile.distroless
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0613f11

Please sign in to comment.