Skip to content

Commit 0d3ce08

Browse files
committed
Added tmux through apt feature
1 parent 52fffb5 commit 0d3ce08

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@
44
"name": "Python 3",
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",
7+
78
"features": {
89
// "ghcr.io/devcontainers-extra/features/bash-command:1": {
910
// "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)"
1011
// },
12+
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1": {
13+
"packages": "git, vim, curl, tmux"
14+
},
1115
"ghcr.io/devcontainers-extra/features/bash-command:1": {
1216
"command": "curl -fsSL https://claude.ai/install.sh | sudo -u vscode bash"
1317
},

0 commit comments

Comments
 (0)