Skip to content
This repository was archived by the owner on Feb 2, 2022. It is now read-only.

Commit 495d769

Browse files
authored
Create Rust Dockerfile
1 parent b088277 commit 495d769

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

recipes/rust/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
FROM eclipse/stack-base:ubuntu
2+
3+
RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable
4+
RUN rustup component add rls

0 commit comments

Comments
 (0)