Skip to content

Commit 4d861d2

Browse files
authored
Merge pull request #305 from plural/add-posgresql-client-to-devcontainer
Add postgresql-client tooling to devcontainer.
2 parents 2838ff7 + 36e31f9 commit 4d861d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// Features to add to the dev container. More info: https://containers.dev/features.
99
"features": {
1010
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1": {
11-
"packages": "libpq-dev, libvips" // For pg gem
11+
"packages": "libpq-dev, libvips, postgresql-client" // For postgres tooling
1212
},
1313
"ghcr.io/devcontainers/features/git:1": {
1414
"version": "latest"

0 commit comments

Comments
 (0)