We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79813a4 commit 52fffb5Copy full SHA for 52fffb5
1 file changed
.devcontainer/devcontainer.json
@@ -9,7 +9,7 @@
9
// "command": "(curl -sSL \"https://github.com/buildpacks/pack/releases/download/v0.37.0/pack-v0.37.0-linux.tgz\" | sudo tar -C /usr/local/bin/ --no-same-owner -xzv pack)"
10
// },
11
"ghcr.io/devcontainers-extra/features/bash-command:1": {
12
- "command": "curl -fsSL https://claude.ai/install.sh | bash"
+ "command": "curl -fsSL https://claude.ai/install.sh | sudo -u vscode bash"
13
},
14
"ghcr.io/devcontainers/features/docker-outside-of-docker": {
15
"moby": false,
0 commit comments