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 -

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -