[FIX]Fix odoodev10 with user dependency

This commit is contained in:
Fabien Bourgeois 2016-11-03 10:52:02 +01:00
parent ffbb4c97fe
commit be32e677e3

View File

@ -1,6 +1,6 @@
FROM odoo:yaltik10
MAINTAINER Yaltik - Fabien Bourgeois <fabien@yaltik.com>
RUN pip install watchdog
RUN pip install --user watchdog
COPY shell10.sh ./
COPY launch10.dev.sh ./launch10.sh