Skip to content

Commit

Permalink
added aws-sso to devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesstottmoj committed Mar 20, 2024
1 parent abe66f0 commit 4cc0f14
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "analytical-platform-dashboard",
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"image": "ghcr.io/ministryofjustice/devcontainer-base:latest",
"features": {
"ghcr.io/devcontainers/features/node:1": {
"version": "20.11.1"
Expand All @@ -9,7 +9,8 @@
"version": "3.11"
},
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"./features/src/postgresql": {}
"./features/src/postgresql": {},
"ghcr.io/ministryofjustice/devcontainer-feature/aws:0": {}
},
"postCreateCommand": "bash scripts/devcontainer/post-create.sh",
"postStartCommand": "bash scripts/devcontainer/post-start.sh",
Expand Down

0 comments on commit 4cc0f14

Please sign in to comment.