mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Scripts: Add qemu-user-binfmt and qemu-user-static to install-qemu.sh
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
sudo apt-get update && sudo apt-get -qq install -y \
|
||||
qemu binfmt-support qemu-kvm qemu-system qemu-user qemu-utils \
|
||||
sudo apt-get update && sudo apt-get -qq install -y qemu binfmt-support qemu-kvm qemu-system \
|
||||
qemu-user qemu-user-binfmt qemu-user-static qemu-utils \
|
||||
qemu-efi-arm qemu-efi-aarch64 libvirt-daemon-driver-qemu
|
||||
|
||||
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
|
||||
|
||||
Reference in New Issue
Block a user