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