File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ ARG VERSION_BUCKET=deb
2020ENV VERSION_BUCKET=${VERSION_BUCKET}
2121
2222ENV FALCO_VERSION=${FALCO_VERSION}
23- ENV HOST_ROOT /host
24- ENV HOME /root
23+ ENV HOST_ROOT= /host
24+ ENV HOME= /root
2525
2626RUN cp /etc/skel/.bashrc /root && cp /etc/skel/.profile /root
2727
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ LABEL org.opencontainers.image.authors='The Falco Authors https://falco.org' \
1515
1616LABEL usage="docker run -i -t --privileged -v /root/.falco:/root/.falco -v /proc:/host/proc:ro -v /boot:/host/boot:ro -v /lib/modules:/host/lib/modules:ro -v /usr:/host/usr:ro -v /etc:/host/etc:ro falcosecurity/falco-driver-loader:latest [driver] [options]"
1717
18- ENV HOST_ROOT /host
19- ENV HOME /root
18+ ENV HOST_ROOT= /host
19+ ENV HOME= /root
2020
2121RUN cp /etc/skel/.bashrc /root && cp /etc/skel/.profile /root
2222
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ ARG VERSION_BUCKET=deb
1919ENV FALCO_VERSION=${FALCO_VERSION}
2020ENV VERSION_BUCKET=${VERSION_BUCKET}
2121
22- ENV HOST_ROOT /host
23- ENV HOME /root
22+ ENV HOST_ROOT= /host
23+ ENV HOME= /root
2424
2525RUN apt-get -y update && apt-get -y install ca-certificates curl jq ca-certificates gnupg2 \
2626 && apt clean -y && rm -rf /var/lib/apt/lists/*
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ ARG VERSION_BUCKET=bin
1919
2020ENV FALCO_VERSION=${FALCO_VERSION}
2121ENV VERSION_BUCKET=${VERSION_BUCKET}
22- ENV HOST_ROOT /host
23- ENV HOME /root
22+ ENV HOST_ROOT= /host
23+ ENV HOME= /root
2424
2525RUN apk update && apk add curl ca-certificates jq libstdc++
2626
You can’t perform that action at this time.
0 commit comments