Skip to content

Commit

Permalink
build: set devcontainer.json [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Apr 21, 2024
1 parent 3b55a81 commit 8f8af0c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"image": "ghcr.io/rocker-org/devcontainer/r-ver:4",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {
"dockerDashComposeVersion": "v2"
},
"ghcr.io/rocker-org/devcontainer-features/r-history:0": {}
}
}

0 comments on commit 8f8af0c

Please sign in to comment.