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:3-3.14-trixie" ,
6+
7+ "build" : {
8+ // Path is relative to the devcontainer.json file.
9+ "dockerfile" : " Dockerfile"
10+ },
711
812 "features" : {
913 // "ghcr.io/devcontainers-extra/features/bash-command:1": {
1014 // "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)"
1115 // },
12- "ghcr.io/rocker-org/devcontainer-features/apt-packages:1" : {
13- "packages" : " git, vim, curl, tmux"
14- },
15- "ghcr.io/devcontainers-extra/features/bash-command:1" : {
16- "command" : " curl -fsSL https://claude.ai/install.sh | sudo -u vscode bash"
17- },
16+ // "ghcr.io/devcontainers-extra/features/bash-command:1": {
17+ // "command": "curl -fsSL https://claude.ai/install.sh | sudo -u vscode bash"
18+ // },
1819 "ghcr.io/devcontainers/features/docker-outside-of-docker" : {
1920 "moby" : false ,
2021 "version" : " latest" ,
You can’t perform that action at this time.
0 commit comments