Skip to content

Commit 52fffb5

Browse files
committed
Claude fixed to be installed under vscode account.
Signed-off-by: David Stenglein <dave@missingmass.com>
1 parent 79813a4 commit 52fffb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// "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)"
1010
// },
1111
"ghcr.io/devcontainers-extra/features/bash-command:1": {
12-
"command": "curl -fsSL https://claude.ai/install.sh | bash"
12+
"command": "curl -fsSL https://claude.ai/install.sh | sudo -u vscode bash"
1313
},
1414
"ghcr.io/devcontainers/features/docker-outside-of-docker": {
1515
"moby": false,

0 commit comments

Comments
 (0)