Skip to content

MCP Server docker image missing libpq5 #6

@psamouelian

Description

@psamouelian

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions