File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
66 "image" : " mcr.microsoft.com/devcontainers/python:3-3.14-trixie" ,
77 "features" : {
8+ // "ghcr.io/devcontainers-extra/features/bash-command:1": {
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+ // },
811 "ghcr.io/devcontainers-extra/features/bash-command:1" : {
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:2" : {
1212 "command" : " curl -fsSL https://claude.ai/install.sh | bash"
1313 },
1414 "ghcr.io/devcontainers/features/docker-outside-of-docker" : {
5656 // "runArgs" : [
5757 // "--network="
5858 // ]
59- "postCreateCommand" : " npm install -g @anthropic-ai/claude-code" ,
59+ // "postCreateCommand": "npm install -g @anthropic-ai/claude-code",
6060
6161 // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
6262 // "remoteUser": "root"
You can’t perform that action at this time.
0 commit comments