diff --git a/docker_builds/raspios_bullseye/do_build.sh b/docker_builds/raspios_bullseye/do_build.sh index d6cb93a8..6c4d6644 100644 --- a/docker_builds/raspios_bullseye/do_build.sh +++ b/docker_builds/raspios_bullseye/do_build.sh @@ -28,7 +28,7 @@ echo ' libiio-dev libad9361-dev librtaudio-dev libhackrf-dev librtlsd echo ' libcodec2-dev' >> /mnt/root/prepare.sh # Run prepare.sh script -chroot /mnt '/bin/qemu-arm-static /bin/bash /root/prepare.sh' +chroot /mnt /bin/qemu-arm-static '/bin/bash /root/prepare.sh' # Setup environment variables export PKG_CONFIG_PATH=''