fix(api): missing build-essential to build psycopg2
This commit is contained in:
parent
e8fc5cd1c5
commit
df5ac70769
|
@ -7,5 +7,6 @@ python3-gunicorn = buster, bullseye, bionic, focal
|
|||
|
||||
[psycopg2]
|
||||
# See https://www.psycopg.org/docs/install.html#install-from-source
|
||||
build-essential = buster, bullseye, bionic, focal
|
||||
python3-dev = buster, bullseye, bionic, focal
|
||||
libpq-dev = buster, bullseye, bionic, focal
|
||||
|
|
Loading…
Reference in New Issue