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