Skip to content
Snippets Groups Projects
Commit ecc09673 authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

Debian: we now need libpq-dev.

psycopg 2.8 is now out, which means that the C library gets built from source,
so we now need libpq-dev when building.

Turns out the need for this package is already documented in
docs/postgres.rst.
parent e3281d7d
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,8 @@ RUN apt-get update -qq -o Acquire::Languages=none \
python3-pip \
python3-setuptools \
python3-venv \
sqlite3
sqlite3 \
libpq-dev
COPY --from=builder /dh-virtualenv_1.1-1_all.deb /
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment