add rust container

This commit is contained in:
Wyatt J. Miller 2023-05-03 21:46:16 -04:00
parent 7017c8d1c3
commit 1d9666e394

View File

@ -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