Skip to content

Commit 79813a4

Browse files
committed
Updated the base image and changed how claude is installed.
Signed-off-by: David Stenglein <dave@missingmass.com>
1 parent 304d50c commit 79813a4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
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": {
@@ -56,7 +56,7 @@
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"

0 commit comments

Comments
 (0)