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