custom-containers/rust_base_container/Containerfile

6 lines
117 B
Docker

# Get my custom base image from scm
FROM localhost/base-container
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y