mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-01 22:47:46 +00:00
fix(docker/tester): regression tests' scripts need xargs (findutils)
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
parent
d11ad9a005
commit
8156c9214c
@ -8,7 +8,7 @@ ENV FALCO_VERSION=
|
|||||||
ENV BUILD_TYPE=release
|
ENV BUILD_TYPE=release
|
||||||
|
|
||||||
RUN curl https://avocado-project.org/data/repos/avocado-fedora.repo -o /etc/yum.repos.d/avocado.repo && \
|
RUN curl https://avocado-project.org/data/repos/avocado-fedora.repo -o /etc/yum.repos.d/avocado.repo && \
|
||||||
dnf install -y docker jq unzip python2-avocado python2-avocado-plugins-varianter-yaml-to-mux && dnf clean all
|
dnf install -y docker findutils jq unzip python2-avocado python2-avocado-plugins-varianter-yaml-to-mux && dnf clean all
|
||||||
|
|
||||||
COPY ./root /
|
COPY ./root /
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user