[REM]Odoocmd : no need for psycopg2
This commit is contained in:
parent
a36850223e
commit
9c28138c0e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user