docker_images/odoo/flectra/Dockerfile.dev

13 lines
319 B
Docker
Raw Normal View History

2020-05-08 15:49:21 +02:00
FROM registry.yaltik.net/flectra:yaltik1pg96
2018-11-06 17:32:00 +01:00
MAINTAINER Yaltik - Fabien Bourgeois <fabien@yaltik.com>
# PostgreSQL CLI
# RUN .local/bin/pip3 install --user pgcli
# COPY pgcli.sh ./
2018-11-06 17:32:00 +01:00
# Flectra specific
RUN .local/bin/pip3 install --user watchdog
COPY shell.sh ./
COPY i18n.sh ./
COPY launch.dev.sh ./launch.sh
ENV DEV 1