Skip to content

Commit c607d83

Browse files
committed
Added dockerfile to devcontainer
Signed-off-by: David Stenglein <dave@missingmass.com>
1 parent 3b42da7 commit c607d83

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,19 @@
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",

0 commit comments

Comments
 (0)