mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-30 21:10:01 +00:00
fix(docker/no-driver): add missing HOST_ROOT
env
Please note that the `HOME` env has been added for consistency purposes with the main docker image. Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
parent
71e56ac87c
commit
6bc97ca9e7
@ -22,6 +22,9 @@ RUN sed -e 's/time_format_iso_8601: false/time_format_iso_8601: true/' < /falco/
|
||||
|
||||
FROM scratch
|
||||
|
||||
ENV HOST_ROOT /host
|
||||
ENV HOME /root
|
||||
|
||||
COPY --from=ubuntu /falco /
|
||||
|
||||
CMD ["/usr/bin/falco", "-o", "time_format_iso_8601=true"]
|
Loading…
Reference in New Issue
Block a user