File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33{
44 "name" : " Python 3" ,
55 // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6- "image" : " mcr.microsoft.com/devcontainers/python:1 -3.12-bullseye " ,
6+ "image" : " mcr.microsoft.com/devcontainers/python:3 -3.14-trixie " ,
77 "features" : {
88 "ghcr.io/devcontainers-extra/features/bash-command:1" : {
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 },
11+ "ghcr.io/devcontainers-extra/features/bash-command:2" : {
12+ "command" : " curl -fsSL https://claude.ai/install.sh | bash"
13+ },
1114 "ghcr.io/devcontainers/features/docker-outside-of-docker" : {
15+ "moby" : false ,
1216 "version" : " latest" ,
1317 },
1418 "ghcr.io/devcontainers-extra/features/poetry" : {
You can’t perform that action at this time.
0 commit comments