From 1d9666e3946716f970879e0ad1d4f9368cacee25 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Wed, 3 May 2023 21:46:16 -0400 Subject: [PATCH] add rust container --- rust_base_container/Containerfile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 rust_base_container/Containerfile 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