Vauxoo / docker-odoo-image

Base docker image for instances
GNU General Public License v2.0
18 stars 29 forks source link

Fix when t2d trying to remove pip dependencies with odoo user #195

Closed mapuerta closed 7 years ago

mapuerta commented 7 years ago

When trying to create a container with travisfile2dockerfile using user odoo and image vauxoo/odoo-80-image-shippable-auto

execute_command

Running the build runs an error when you try to uninstall the dependencies execute_1 error_uninstall_pip

moylop260 commented 7 years ago

To reproduce it easiest: docker run --user=odoo -it --rm vauxoo/odoo-80-image-shippable-auto pip uninstall -y astroid