File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM debian:12-slim
3
3
LABEL maintainer=
"[email protected] "
4
4
LABEL org.opencontainers.image.source="https://github.com/falcosecurity/falco/docker/falco-debian"
5
5
6
- LABEL usage="docker run -i -t -v /var/run/docker.sock:/host/var/run/docker.sock -v /dev :/host/dev -v /proc :/host/proc :ro falcosecurity/falco:latest-debian"
6
+ LABEL usage="docker run -i -t --privileged - v /var/run/docker.sock:/host/var/run/docker.sock -v /proc :/host/proc:ro -v /etc :/host/etc :ro falcosecurity/falco:latest-debian"
7
7
8
8
ARG FALCO_VERSION
9
9
ARG VERSION_BUCKET=deb
@@ -15,7 +15,7 @@ ENV HOST_ROOT /host
15
15
ENV HOME /root
16
16
17
17
RUN apt-get -y update && apt-get -y install ca-certificates curl jq libelf1 ca-certificates gnupg2 \
18
- && apt clean -y && rm -rf /var/lib/apt/lists/*
18
+ && apt clean -y && rm -rf /var/lib/apt/lists/*
19
19
20
20
WORKDIR /
21
21
You can’t perform that action at this time.
0 commit comments