Files
dev-images/rust.dockerfile
Harry Esses 54c5b1d4a1
All checks were successful
Build and Push Docker Images / docker (push) Successful in 21m7s
Update rust.dockerfile
2026-06-26 04:52:49 +00:00

3 lines
133 B
Docker

FROM git.harryesses.com/harryesses/base:latest
USER coder
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y