oc_template/Dockerfile_Test

6 lines
222 B
Plaintext
Raw Permalink Normal View History

2024-06-15 11:00:00 -05:00
# TOMADO DE: https://hg.tryton.org/tryton-docker/file/tip/6.6/Dockerfile
FROM python:3.11-bullseye
# trytond DB_CACHE requiere commandos `pg_dump` y `pg_restore`
RUN apt-get update && apt-get install -y postgresql-client