1FROM ghcr.io/cross-rs/aarch64-unknown-linux-musl
2
3RUN apt-get update -y && apt-get install -y ninja-build
4RUN git config --global --add safe.directory '*'
5ENV EXTRA_RUSTFLAGS=-Ctarget-feature=-crt-static
6