We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f715de6 + 336b9d4 commit 9b30018Copy full SHA for 9b30018
.devcontainer/Dockerfile
.devcontainer/devcontainer.json
@@ -1,3 +1,12 @@
1
{
2
- "build": { "dockerfile": "Dockerfile", "context": ".."}
+ "image": "mcr.microsoft.com/devcontainers/base:ubuntu",
3
+ "features": {
4
+ "ghcr.io/rocker-org/devcontainer-features/apt-packages:1": {
5
+ "packages": "libxml2-dev"
6
+ },
7
+ "ghcr.io/rocker-org/devcontainer-features/r-rig:1": {}
8
9
+ "updateContentCommand": {
10
+ "r-tools": "Rscript -e 'pak::local_install_deps(dependencies = c(\"all\", \"Config/Needs/development\"))'"
11
+ }
12
}
.github/dependabot.yml
@@ -4,3 +4,8 @@ updates:
directory: "/"
schedule:
interval: "daily"
+
+ - package-ecosystem: "devcontainers"
+ directory: "/"
+ schedule:
+ interval: "daily"
0 commit comments