FROM rust
RUN apt-get update && apt-get install -y build-essential pkg-config libssl-dev
RUN cargo install cargo-deb
