4 lines
185 B
Docker
4 lines
185 B
Docker
FROM git.plabble.org/maurice/fedora:main
|
|
|
|
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
|
RUN . '/home/user/.cargo/env' && rustup component add rust-analyzer |