mars_raw_utils 0.3.1

Utilities for working with publicly available raw MSL, Mars2020, and InSight images
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