6 lines
117 B
Docker
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
|