diff --git a/Dockerfile_Live b/Dockerfile_Live index 5211cad..44e2e69 100644 --- a/Dockerfile_Live +++ b/Dockerfile_Live @@ -13,8 +13,10 @@ RUN cd /package && bower install --allow-root FROM debian:12-slim # trytond DB_CACHE requiere commandos `pg_dump` y `pg_restore` -RUN apt-get update && apt-get install -y postgresql-client python3-pip - +RUN apt-get update && \ + apt-get install -y postgresql-client python3-pip curl && \ + rm -rf /var/lib/apt/lists/* + # TOMADO DE: https://hg.tryton.org/tryton-docker/file/tip/6.6/Dockerfile COPY --from=builder-node /package /var/lib/trytond/www