From 81abcb6834761807cf2bd52e859414cf1bfc82ca Mon Sep 17 00:00:00 2001 From: Ryan Harper Date: Wed, 11 Sep 2024 13:35:16 -0500 Subject: [PATCH] fix: whiteout.bats test needs to install libarchive-tools for bsdtar command Signed-off-by: Ryan Harper --- test/whiteout.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/whiteout.bats b/test/whiteout.bats index 9cee2e91..a5b083df 100644 --- a/test/whiteout.bats +++ b/test/whiteout.bats @@ -16,7 +16,7 @@ image: url: docker://public.ecr.aws/ubuntu/ubuntu:latest run: | apt-get update - apt-get -y install libsensors-config + apt-get -y install libsensors-config libarchive-tools EOF stacker build