python libraries add to install

This commit is contained in:
espurio 2022-05-25 07:13:17 -05:00
parent 1981714866
commit 0b7ffe5d59

View file

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