docker odoo 9 install pika error -
i have simple docker build want achieve. pull base image odoo:9 , install pika library
from odoo:9
run pip install pika
but can't proceed i'm getting error. enter image description here btw, using docker in windows environment.
my solution that, pull dockerfile official docker odoo. add line "&& pip install pika" shown in attached image. enter image description here
build again , have customize docker image pika library installed.
Comments
Post a Comment