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

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -