From c96248e4fcd605cff1b58cf17595adf38d0ea523 Mon Sep 17 00:00:00 2001 From: Lorenzo Fontana Date: Thu, 23 Jan 2020 12:16:19 +0100 Subject: [PATCH] chore(integration): libyaml in tester docker file for deb packages Co-Authored-By: Leonardo Di Donato Signed-off-by: Lorenzo Fontana --- docker/tester/root/runners/deb.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/tester/root/runners/deb.Dockerfile b/docker/tester/root/runners/deb.Dockerfile index c21b1f2d..3cf93f4d 100644 --- a/docker/tester/root/runners/deb.Dockerfile +++ b/docker/tester/root/runners/deb.Dockerfile @@ -6,7 +6,7 @@ RUN test -n FALCO_VERSION ENV FALCO_VERSION ${FALCO_VERSION} RUN apt update -y -RUN apt install dkms -y +RUN apt install dkms libyaml-0-2 -y ADD falco-${FALCO_VERSION}-x86_64.deb / RUN dpkg -i /falco-${FALCO_VERSION}-x86_64.deb