feat(Docker): add curl dependencie
This commit is contained in:
@@ -13,7 +13,9 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user