Merge pull request 'fix(Entorno de desarrollo): Se ajusta versión de sao' (#80) from errorNoMuestraProspectos into 6.8
Reviewed-on: #80
This commit is contained in:
commit
4826687b3b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user