Skip to content

Commit a5ec064

Browse files
authored
fix: temporarily disable common-utils feature in devcontainer (#28)
GPG key has expired so the container build fails with this enabled. Waiting on devcontainers/features#1547 and devcontainers/images#1752
1 parent 202ddc9 commit a5ec064

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
66
"image": "mcr.microsoft.com/devcontainers/python:2-3.10-trixie",
77
"features": {
8-
"ghcr.io/devcontainers/features/common-utils:2.5.2": {},
8+
// "ghcr.io/devcontainers/features/common-utils:2.5.2": {},
99
"ghcr.io/devcontainer-community/devcontainer-features/astral.sh-uv:1": {}
1010
},
1111
"customizations": {
@@ -26,4 +26,4 @@
2626
// "customizations": {},
2727
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
2828
// "remoteUser": "root"
29-
}
29+
}

0 commit comments

Comments
 (0)