Add Debian package "binfmt-support" to requirements
This commit is contained in:
parent
ab4b6433db
commit
33b20ed41a
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
before_install:
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install -y bash quilt parted qemu-user-static debootstrap zerofree dosfstools libcap2-bin grep rsync
|
||||
- sudo apt-get install -y bash quilt parted qemu-user-static debootstrap zerofree dosfstools libcap2-bin grep rsync binfmt-support
|
||||
|
||||
install:
|
||||
- sudo ./run ./build.sh
|
||||
|
|
|
@ -26,7 +26,7 @@ On Debian-based systems:
|
|||
|
||||
```bash
|
||||
apt-get install bash quilt parted qemu-user-static debootstrap zerofree \
|
||||
dosfstools libcap2-bin grep rsync
|
||||
dosfstools libcap2-bin grep rsync binfmt-support
|
||||
```
|
||||
|
||||
|
||||
|
|
Reference in a new issue