Do not install trytond in base image due to can change minor version.

This commit is contained in:
Sergio Morillo 2023-09-14 18:49:14 +02:00
parent 22378d7f2b
commit fdf185f4cd
1 changed files with 0 additions and 3 deletions

View File

@ -102,9 +102,6 @@ RUN invoke scm.clone -r CORE
COPY --chown=trytond:trytond patches ${WORK_DIR}/core/trytond
RUN cd core/trytond && git apply babi.patch
RUN cd core/trytond \
&& python3 setup.py develop --user
USER root
COPY --from=builder-node /package /home/trytond/www
COPY entrypoint.sh /