docker_images/odoo/golem/Dockerfile.master.dev

18 lines
514 B
Docker
Raw Normal View History

2018-02-05 11:05:07 +01:00
FROM registry.yaltik.net/golem:yaltikmaster
MAINTAINER Yaltik - Fabien Bourgeois <fabien@yaltik.com>
2018-03-11 13:37:58 +01:00
# PostgreSQL CLI
# Mandatory for pyhton2
# RUN pip install --user pgcli==2.2.0 --only-binary psycopg2
# COPY pgcli.sh ./
2018-03-11 13:37:58 +01:00
# Odoo specific
2018-02-05 11:05:07 +01:00
RUN pip install --user watchdog
RUN pip install --user ipython
RUN mkdir -p /opt/odoo/.ipython/profile_default
COPY ipython_config.py ./.ipython/profile_default/
COPY shell_helpers.py ./
COPY shell10.sh ./shell.sh
COPY i18n.sh ./
2018-02-05 11:05:07 +01:00
COPY launch10.dev.sh ./launch10.sh
ENV DEV 1