chore: drop libpq-dev from Dockerfile (#118)
psycopg2-binary bundles its own libpq and does not need libpq-dev at build time. curl is kept for the HEALTHCHECK. Closes #118 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
29f9875718
commit
c22e6072a2
@ -10,7 +10,6 @@ WORKDIR /usr/src/app
|
|||||||
|
|
||||||
# Install system dependencies (PostgreSQL client libraries)
|
# Install system dependencies (PostgreSQL client libraries)
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
libpq-dev \
|
|
||||||
curl \
|
curl \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user