Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit f916925

Browse files
garryodgilesknap
authored andcommitted
Add common-utils to dev container features
1 parent d4633ab commit f916925

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
"remoteEnv": {
1313
"DISPLAY": "${localEnv:DISPLAY}"
1414
},
15+
// Add the URLs of features you want added when the container is built.
16+
"features": {
17+
"ghcr.io/devcontainers/features/common-utils:1": {
18+
"username": "none",
19+
"upgradePackages": false
20+
}
21+
},
1522
// Set *default* container specific settings.json values on container create.
1623
"settings": {
1724
"python.defaultInterpreterPath": "/venv/bin/python"

0 commit comments

Comments
 (0)