1 2 3 4 5 6 7
FROM rust:1.52.1 AS build RUN build/compile.sh FROM scratch COPY --from=build /usr/local/cargo/bin/