forked from crystaldba/postgres-mcp
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
The docker image for pg-airman-mcp appears to be missing the Postgres client library: libpq5
This is required to connect to the Postgres database.
Example fix:
In Dockerfile, runtime stage
RUN apt-get update && apt-get install -y --no-install-recommends \
- libpq5
dnsutils
iputils-ping
libpq-dev
net-tools
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working