4 Commits

3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
[ ! -d "$SRC" ] && die "no se ubica ruta en SRC"
# dependencias minimas
pip3 install psycopg2 proteus inotify honcho
pip3 install psycopg2 proteus==6.8 inotify honcho
# instalar dependencias de tryton desde paquete
python3 setup.py install

View File

@@ -3,7 +3,7 @@ FROM node as builder-node
ENV SERIES 6.8
RUN npm install -g bower
RUN curl https://downloads.tryton.org/${SERIES}/tryton-sao-last.tgz | tar zxf - -C /
RUN curl https://downloads.tryton.org/${SERIES}/tryton-sao-6.8.4.tgz | tar zxf - -C /
RUN cd /package && bower install --allow-root
FROM python:3.9-bullseye

View File

@@ -1,5 +1,5 @@
[tryton]
version=7.0.0
version=6.8.0
depends:
ir
res