[REM]Odoocmd : no need for psycopg2

This commit is contained in:
Fabien BOURGEOIS 2018-03-11 12:47:06 +01:00
parent a36850223e
commit 9c28138c0e
1 changed files with 1 additions and 2 deletions

View File

@ -1,9 +1,8 @@
FROM debian:jessie
MAINTAINER Yaltik - Fabien Bourgeois <fabien@yaltik.com>
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