fix(docker/tester): regression tests' scripts need xargs (findutils)

Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
Leonardo Di Donato 2019-07-19 10:12:34 +00:00 committed by Leo Di Donato
parent d11ad9a005
commit 8156c9214c

View File

@ -8,7 +8,7 @@ ENV FALCO_VERSION=
ENV BUILD_TYPE=release
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 /