1 2 3 4 5
FROM rust:1-bookworm AS base SHELL ["/bin/bash", "-c"] RUN cargo install just FROM scratch COPY --from=0 /usr/local/cargo/bin/just /just