chore: drop libpq-dev from Dockerfile #118
Labels
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cal/major-domo-database#118
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
psycopg2-binarybundles its own libpq and doesn't needlibpq-devat build time. Identified during Dockerfile review (PR #115).Task
Remove
libpq-devfrom theapt-get installline inDockerfile. Keepcurl(needed for HEALTHCHECK).Opened PR #124 to fix this: #124
Removed
libpq-devfrom theapt-get installline inDockerfile.psycopg2-binarybundles its own libpq so this dependency is not needed at build time.curlis retained for theHEALTHCHECK.