From f2c176d0fd50b1ece7fe1a6ad50647c964c31390 Mon Sep 17 00:00:00 2001 From: aserrador Date: Mon, 6 Apr 2026 22:41:22 -0500 Subject: [PATCH] feat(Docker): add curl dependencie --- Dockerfile_Live | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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