1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
FROM rust:1.58.1 WORKDIR /mars RUN cargo install cargo-deb COPY . . RUN cargo deb RUN apt install ./target/debian/mars_raw_utils_0.3.0_amd64.deb WORKDIR /data