Sign inSign up

lawliet89/debian-rust

By lawliet89

Updated over 9 years ago

A Debian image with Rust installed to compile and run Rust applications

Image
Artifact
0

867

lawliet89/debian-rust repository overview

__This is deprecated. Use this instead. __

debian-rust

A Debian image with Rust installed to compile and run Rust applications

This is published on Dockerhub.

Tags

Usage

An example Dockerfile might be:

FROM lawliet89/debian-rust:1.17.0

COPY Cargo.toml Cargo.lock ./
RUN cargo fetch

COPY . ./
RUN cargo build --release

ENTRYPOINT ["cargo"]
CMD ["run", "--release"]

Tag summary

Content type

Image

Digest

Size

253.7 MB

Last updated

over 9 years ago

docker pull lawliet89/debian-rust