python libraries add to install

This commit is contained in:
espurio 2022-05-25 07:13:17 -05:00
parent 1981714866
commit 0b7ffe5d59
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#version Trytond server example 5.0
#version Trytond server example 5.0
FROM tryton/tryton:
#lebel custom
LABEL org.label-schema.version=""
@ -41,7 +41,8 @@ RUN cd /tmp/ \
#COPY uwsgi.conf /etc/uwsgi.conf
#RUN chown -R trytond:trytond /etc/trytond_logging.conf \
# && mkdir /var/log/trytond \
# && chown -R trytond:trytond /var/log/trytond
# && chown -R trytond:trytond /var/log/trytond \
# && pip3 install numpy matplotlib
#ENV TRYTOND_LOGGING_CONFIG=/etc/trytond_logging.conf
#ENV TRYTOND_LOGGING_LEVEL=40
##Running in development mode (must enabled loggings)