diff --git a/tools/osbuilder/rootfs-builder/ubuntu/Dockerfile.in b/tools/osbuilder/rootfs-builder/ubuntu/Dockerfile.in index d67bceb996..16fa213eb8 100644 --- a/tools/osbuilder/rootfs-builder/ubuntu/Dockerfile.in +++ b/tools/osbuilder/rootfs-builder/ubuntu/Dockerfile.in @@ -84,4 +84,4 @@ RUN ARCH=$(uname -m); \ esac; \ rustup target add "${rust_arch}-unknown-linux-${libc}" -RUN pip install --no-cache-dir pyinstaller==6.9.0 +RUN pip install --no-cache-dir pyinstaller==6.9.0 || pip install --no-cache-dir pyinstaller==6.9.0 --break-system-packages