We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 581694a commit 76eb5bdCopy full SHA for 76eb5bd
.devcontainer/devcontainer.json
@@ -1,10 +1,9 @@
1
{
2
- "build": { "dockerfile": "Dockerfile", "context": "../.." },
+ "build": { "dockerfile": "r-devel-gcc/Dockerfile", "context": ".." },
3
"customizations": { "vscode": {
4
"extensions": [
5
"REditorSupport.r",
6
"ms-vscode.cpptools-extension-pack"
7
]
8
- }},
9
- "postCreateCommand": "apt-get update && apt-get install -y docker.io"
+ }}
10
}
0 commit comments