aboutsummaryrefslogtreecommitdiff
path: root/src/just/Dockerfile
blob: fba7e18ccb76c4f300cda05928b1aa52c3953fc6 (plain)
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