chore: se adiciona cliente postgresql para DB_CACHE

This commit is contained in:
Jovany Leandro G.C bit4bit@riseup.net 2023-08-01 18:07:03 -05:00
parent 17ddb2e868
commit 2531747b64

View File

@ -1 +1,4 @@
FROM python:3.9-bullseye
# trytond DB_CACHE requiere commandos `pg_dump` y `pg_restore`
RUN apt-get update && apt-get install -y postgresql-client