We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2838ff7 + 36e31f9 commit 4d861d2Copy full SHA for 4d861d2
.devcontainer/devcontainer.json
@@ -8,7 +8,7 @@
8
// Features to add to the dev container. More info: https://containers.dev/features.
9
"features": {
10
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1": {
11
- "packages": "libpq-dev, libvips" // For pg gem
+ "packages": "libpq-dev, libvips, postgresql-client" // For postgres tooling
12
},
13
"ghcr.io/devcontainers/features/git:1": {
14
"version": "latest"
0 commit comments