diff --git a/odoo/scripts/Dockerfile b/odoo/scripts/Dockerfile index 0a7b74d..71ae8cc 100644 --- a/odoo/scripts/Dockerfile +++ b/odoo/scripts/Dockerfile @@ -1,9 +1,8 @@ FROM debian:jessie MAINTAINER Yaltik - Fabien Bourgeois -RUN apt-get update && apt-get install -y --no-install-recommends python2.7-minimal python-pip python-psycopg2 +RUN apt-get update && apt-get install -y --no-install-recommends python2.7-minimal python-pip RUN pip2 install odoorpc -RUN pip2 install pgcli # Packages cleanup RUN apt-get purge -y --auto-remove && apt-get clean RUN useradd odoo -m -s /bin/bash