Sign inSign up

sitkevij/rust-debian

By sitkevij

Updated about 8 years ago

Rust on Debian Buster (Slim)

Image
0

309

sitkevij/rust-debian repository overview

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

Tag summary

Content type

Image

Digest

Size

245 MB

Last updated

about 8 years ago

docker pull sitkevij/rust-debian