6 lines
112 B
Docker
6 lines
112 B
Docker
FROM git.janishutz.com/registry/dev-container-base
|
|
|
|
RUN pacman --noconfirm -S rustup
|
|
|
|
RUN rustup default stable
|