FROM debian:buster-slim
# debian official https://hub.docker.com/_/debian/
RUN apt update -y && apt-get install curl -y && curl https://sh.rustup.rs -sSf | sh -s -- -y && . $HOME/.cargo/env
Content type
Image
Digest
Size
245 MB
Last updated
about 8 years ago
docker pull sitkevij/rust-debian