[REM][TMP]Odoo images : remove pgcli on py3 too...
This commit is contained in:
parent
e66f8c96fd
commit
159668368e
@ -2,8 +2,8 @@ FROM registry.yaltik.net/flectra:yaltik1
|
|||||||
MAINTAINER Yaltik - Fabien Bourgeois <fabien@yaltik.com>
|
MAINTAINER Yaltik - Fabien Bourgeois <fabien@yaltik.com>
|
||||||
|
|
||||||
# PostgreSQL CLI
|
# PostgreSQL CLI
|
||||||
RUN .local/bin/pip3 install --user pgcli
|
# RUN .local/bin/pip3 install --user pgcli
|
||||||
COPY pgcli.sh ./
|
# COPY pgcli.sh ./
|
||||||
# Flectra specific
|
# Flectra specific
|
||||||
RUN .local/bin/pip3 install --user watchdog
|
RUN .local/bin/pip3 install --user watchdog
|
||||||
COPY shell.sh ./
|
COPY shell.sh ./
|
||||||
|
@ -2,8 +2,8 @@ FROM registry.yaltik.net/odoo:yaltik12
|
|||||||
MAINTAINER Yaltik - Fabien Bourgeois <fabien@yaltik.com>
|
MAINTAINER Yaltik - Fabien Bourgeois <fabien@yaltik.com>
|
||||||
|
|
||||||
# PostgreSQL CLI
|
# PostgreSQL CLI
|
||||||
RUN .local/bin/pip3 install --user pgcli
|
# RUN .local/bin/pip3 install --user pgcli
|
||||||
COPY pgcli.sh ./
|
# COPY pgcli.sh ./
|
||||||
# Odoo specific
|
# Odoo specific
|
||||||
RUN .local/bin/pip3 install --user watchdog
|
RUN .local/bin/pip3 install --user watchdog
|
||||||
COPY shell12.sh ./shell.sh
|
COPY shell12.sh ./shell.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user