custom-containers/rust_base_container/Containerfile

6 lines
117 B
Plaintext
Raw Normal View History

2023-05-03 20:46:16 -05:00
# Get my custom base image from scm
FROM localhost/base-container
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y