FROM rust:1.93.1-bullseye RUN rustup target add aarch64-unknown-linux-gnu \ && apt update \ && apt install -y gcc-aarch64-linux-gnu