Skip to content

Commit ba0d6b1

Browse files
committed
add python feature to devcontainer
1 parent 75e2e9c commit ba0d6b1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.devcontainer/devcontainer.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
"image": "mcr.microsoft.com/devcontainers/base:jammy",
77
"features": {
88
"ghcr.io/devcontainers/features/node:1": {},
9-
"ghcr.io/devcontainers/features/aws-cli:1": {},
9+
"ghcr.io/devcontainers/features/aws-cli:1": {},
1010
"ghcr.io/jungaretti/features/make:1": {},
11-
"ghcr.io/customink/codespaces-features/sam-cli:1": {}
11+
"ghcr.io/customink/codespaces-features/sam-cli:1": {},
12+
"ghcr.io/devcontainers/features/python:1": {}
1213
},
1314

1415
// Features to add to the dev container. More info: https://containers.dev/features.

0 commit comments

Comments
 (0)