diff --git a/rust_base_container/Containerfile b/rust_base_container/Containerfile new file mode 100644 index 0000000..cba676a --- /dev/null +++ b/rust_base_container/Containerfile @@ -0,0 +1,5 @@ + +# Get my custom base image from scm +FROM localhost/base-container + +RUN curl https://sh.rustup.rs -sSf | sh -s -- -y