Skip to content

Commit

Permalink
fix: whiteout.bats test needs to install libarchive-tools for bsdtar …
Browse files Browse the repository at this point in the history
…command

Signed-off-by: Ryan Harper <[email protected]>
  • Loading branch information
raharper committed Sep 11, 2024
1 parent 48964c9 commit 81abcb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/whiteout.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 81abcb6

Please sign in to comment.