We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52fffb5 commit 0d3ce08Copy full SHA for 0d3ce08
1 file changed
.devcontainer/devcontainer.json
@@ -4,10 +4,14 @@
4
"name": "Python 3",
5
// 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",
7
+
8
"features": {
9
// "ghcr.io/devcontainers-extra/features/bash-command:1": {
10
// "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)"
11
// },
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
},
0 commit comments