Skip to content

Commit

Permalink
add aws feature to devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
colin committed Jan 24, 2023
1 parent 66c6df7 commit fed13de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"enableNonRootDocker": "true",
"moby": "true"
},
"ghcr.io/devcontainers/features/python:1": {}
"ghcr.io/devcontainers/features/python:1": {},
"ghcr.io/devcontainers/features/aws-cli:1": {}
},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
Expand Down

0 comments on commit fed13de

Please sign in to comment.