Skip to content

Commit

Permalink
Add apt and dpkg to the snap to make sure mmdebstrap can access compa…
Browse files Browse the repository at this point in the history
…tible versions
  • Loading branch information
upils committed Jan 30, 2024
1 parent 30061f2 commit 89758a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ parts:
- fdisk
- gdisk
- fakeroot
- apt
- dpkg
- mmdebstrap
- gpg
- germinate
Expand Down
2 changes: 1 addition & 1 deletion spread.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ prepare: |
fi
apt update
apt install -y snapd libc6-dev gcc-multilib git binfmt-support qemu-user-static dpkg
apt install -y snapd libc6-dev gcc-multilib git binfmt-support qemu-user-static
snap install core22 --channel=latest/edge
snap install yq
unset SHELL
Expand Down

0 comments on commit 89758a5

Please sign in to comment.