Compare commits
1 Commits
4826687b3b
...
7.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a4fe42e15a |
@@ -7,7 +7,7 @@
|
||||
[ ! -d "$SRC" ] && die "no se ubica ruta en SRC"
|
||||
|
||||
# dependencias minimas
|
||||
pip3 install psycopg2 proteus==6.8 inotify honcho
|
||||
pip3 install psycopg2 proteus inotify honcho
|
||||
|
||||
# instalar dependencias de tryton desde paquete
|
||||
python3 setup.py install
|
||||
|
||||
@@ -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-6.8.4.tgz | tar zxf - -C /
|
||||
RUN curl https://downloads.tryton.org/${SERIES}/tryton-sao-last.tgz | tar zxf - -C /
|
||||
RUN cd /package && bower install --allow-root
|
||||
|
||||
FROM python:3.9-bullseye
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[tryton]
|
||||
version=6.8.0
|
||||
version=7.0.0
|
||||
depends:
|
||||
ir
|
||||
res
|
||||
|
||||
Reference in New Issue
Block a user