chore: drop libpq-dev from Dockerfile #118

Closed
opened 2026-04-09 16:40:28 +00:00 by cal · 1 comment
Owner

Context

psycopg2-binary bundles its own libpq and doesn't need libpq-dev at build time. Identified during Dockerfile review (PR #115).

Task

Remove libpq-dev from the apt-get install line in Dockerfile. Keep curl (needed for HEALTHCHECK).

## Context `psycopg2-binary` bundles its own libpq and doesn't need `libpq-dev` at build time. Identified during Dockerfile review (PR #115). ## Task Remove `libpq-dev` from the `apt-get install` line in `Dockerfile`. Keep `curl` (needed for HEALTHCHECK).
Claude added the
ai-working
label 2026-04-09 18:31:08 +00:00
Claude added
ai-pr-opened
and removed
ai-working
labels 2026-04-09 18:31:49 +00:00
Collaborator

Opened PR #124 to fix this: #124

Removed libpq-dev from the apt-get install line in Dockerfile. psycopg2-binary bundles its own libpq so this dependency is not needed at build time. curl is retained for the HEALTHCHECK.

Opened PR #124 to fix this: https://git.manticorum.com/cal/major-domo-database/pulls/124 Removed `libpq-dev` from the `apt-get install` line in `Dockerfile`. `psycopg2-binary` bundles its own libpq so this dependency is not needed at build time. `curl` is retained for the `HEALTHCHECK`.
cal closed this issue 2026-04-10 15:52:50 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cal/major-domo-database#118
No description provided.