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

Commit

Permalink
Create Rust Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Xanewok authored Mar 2, 2019
1 parent b088277 commit 495d769
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipes/rust/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 495d769

Please sign in to comment.