Commit 6c01204 1 parent 118f885 commit 6c01204 Copy full SHA for 6c01204
File tree 2 files changed +26
-0
lines changed
2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Rust latest
2
+ FROM mcr.microsoft.com/devcontainers/rust:latest
3
+
4
+ # Install Required Dependencies
5
+ RUN apt-get -qq update
6
+ RUN apt-get install -y build-essential cmake git libgit2-dev clang libncurses5-dev libncursesw5-dev zlib1g-dev pkg-config libssl-dev llvm
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : "rust-grin-devcontainer" ,
3
+ "build" : {
4
+ "dockerfile" : "Dockerfile" ,
5
+ "context" : ".."
6
+ } ,
7
+ "customizations" : {
8
+ "vscode" : {
9
+ "extensions" : [
10
+ "dbaeumer.vscode-eslint" ,
11
+ "vadimcn.vscode-lldb" ,
12
+ "tamasfe.even-better-toml" ,
13
+ "rust-lang.rust-analyzer" ,
14
+ "esbenp.prettier-vscode" ,
15
+ "github.copilot" ,
16
+ "github.copilot-chat"
17
+ ]
18
+ }
19
+ }
20
+ }
You can’t perform that action at this time.
0 commit comments