diff --git a/scripts/install-qemu.sh b/scripts/install-qemu.sh index 77c80abbc..954739783 100755 --- a/scripts/install-qemu.sh +++ b/scripts/install-qemu.sh @@ -1,3 +1,5 @@ #!/usr/bin/env bash docker run --rm --privileged multiarch/qemu-user-static --reset -p yes + +sleep 10 \ No newline at end of file