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 -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

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