Skip to content

Commit

Permalink
chore(integration): libyaml in tester docker file for deb packages
Browse files Browse the repository at this point in the history
Co-Authored-By: Leonardo Di Donato <leodidonato@gmail.com>
Signed-off-by: Lorenzo Fontana <lo@linux.com>
  • Loading branch information
fntlnz and leodido committed Jan 23, 2020
1 parent 1d1878a commit 096ed6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/tester/root/runners/deb.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 096ed6e

Please sign in to comment.