[IMP]PGCLI for py3o dev image too

This commit is contained in:
Fabien BOURGEOIS 2018-03-15 14:31:27 +01:00
parent 7100085c83
commit 40e64990bd
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
FROM registry.yaltik.net/odoo:yaltikpy3o10
MAINTAINER Yaltik - Fabien Bourgeois <fabien@yaltik.com>
# PostgreSQL CLI
RUN pip install --user pgcli
COPY pgcli.sh ./
# Odoo specific
RUN pip install --user watchdog
COPY shell10.sh ./
COPY launch10.dev.sh ./launch10.sh