FROM registry.yaltik.net/odoo:yaltik10c7 MAINTAINER Yaltik - Fabien Bourgeois # PostgreSQL CLI # Mandatory for pyhton2 # RUN pip install --user pgcli==2.2.0 --only-binary psycopg2 # COPY pgcli.sh ./ # Odoo specific RUN pip install --user watchdog COPY shell10.sh ./ COPY i18n.sh ./ COPY launch10.dev.sh ./launch10.sh ENV DEV 1