Skip to content

Commit

Permalink
Merge pull request #1113 from geocompx/1112-test-with-ghcriogeocompxd…
Browse files Browse the repository at this point in the history
…ocker-pixi-r

Try pixi-r
  • Loading branch information
Robinlovelace committed Sep 20, 2024
2 parents 958135b + 6f409e1 commit 77dd620
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{
"image": "geocompr/geocompr:qgis",
// "forwardPorts": [3000],
"customizations": {
// Configure properties specific to VS Code.
"vscode": {
// Add the IDs of extensions you want installed when the container is created.
"extensions": ["reditorsupport.r"]
}
"image": "ghcr.io/geocompx/docker:pixi-r",
"customizations": {
"vscode": {
"extensions": ["reditorsupport.r"]
}
}
},
"postCreateCommand": "apt update && apt install -y --no-install-recommends locales; echo \"en_US.UTF-8 UTF-8\" >> /etc/locale.gen; locale-gen",
}

0 comments on commit 77dd620

Please sign in to comment.