diff --git a/recipes/rust/Dockerfile b/recipes/rust/Dockerfile new file mode 100644 index 00000000..c200852c --- /dev/null +++ b/recipes/rust/Dockerfile @@ -0,0 +1,4 @@ +FROM eclipse/stack-base:ubuntu + +RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable +RUN rustup component add rls