Skip to content

Commit ebe0655

Browse files
authored
also install postgresql for that part of the CONTRIBUTING guidance
1 parent fa99f99 commit ebe0655

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.devcontainer/devcontainer.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@
33
{
44
"name": "Node.js",
55
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6-
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-20-bookworm",
6+
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-22-bookworm",
77

88
// Features to add to the dev container. More info: https://containers.dev/features.
99
"features": {
1010
"ghcr.io/devcontainers/features/github-cli:1": {},
11-
"ghcr.io/devcontainers-extra/features/prettier:1": {}
11+
"ghcr.io/devcontainers-extra/features/prettier:1": {},
12+
"ghcr.io/devcontainers-extra/features/apt-packages:1": {
13+
"packages": "postgresql"
14+
}
1215
},
1316

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

0 commit comments

Comments
 (0)