Skip to content

Commit

Permalink
Merge pull request canonical#220 from MusicDin/fix/busybox
Browse files Browse the repository at this point in the history
image-setup: Ensure bzip2 package is installed
  • Loading branch information
tomponline authored Jul 1, 2024
2 parents cfbd76c + d220632 commit a91f4ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/image-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ runs:
run: |
sudo apt-get -qq update
sudo apt-get install -y --no-install-recommends \
bzip2 \
debootstrap \
git \
gpg \
Expand Down

0 comments on commit a91f4ff

Please sign in to comment.