Add some QEMU stuff for docker cross-builds

This commit is contained in:
Salt 2021-02-21 19:35:43 -06:00
parent 9d8e443b1d
commit 58c4e05635

View File

@ -55,6 +55,8 @@ desktop_apt_packages:
- git # Just ensuring it's installed, probably already in build-essential
- imagemagick # I use it from time to time to do scripted image editing
- kubectl # From the Kubernetes repo, used to manage clusters
- qemu-user-static # Just some virtualization packages
- qemu-system-arm
- stow # Used to manage dotfiles
# - libinput-tools # Allows for libinput debugging
- lua-check # Used in linting computercraft scripts