mirror of https://github.com/o2sh/onefetch.git
2 changed files with 10 additions and 5 deletions
@ -0,0 +1,3 @@
@@ -0,0 +1,3 @@
|
||||
ARG VARIANT="buster" |
||||
FROM mcr.microsoft.com/devcontainers/rust:1-${VARIANT} |
||||
RUN sudo apt update && sudo apt install -y cmake |
||||
@ -1,7 +1,9 @@
@@ -1,7 +1,9 @@
|
||||
{ |
||||
"name": "Rust", |
||||
"image": "mcr.microsoft.com/devcontainers/rust:1-buster", |
||||
"extensions": [ |
||||
"EditorConfig.EditorConfig" |
||||
] |
||||
"build": { |
||||
"dockerfile": "Dockerfile", |
||||
"args": { "VARIANT": "buster" } |
||||
}, |
||||
"extensions": ["EditorConfig.EditorConfig"], |
||||
"remoteUser": "vscode" |
||||
} |
||||
|
||||
Loading…
Reference in new issue