dev-container/rust/Dockerfile

7 lines
131 B
Docker
Raw Normal View History

ARG ARCH
FROM harton.dev/james/dev-container/base:latest-${ARCH}
2023-08-25 12:23:18 +12:00
RUN asdf asdf plugin add rust
RUN asdf asdf install rust latest