[FIX]Odoo v11 with Python 3.7 to avoid workers problem
This commit is contained in:
parent
28152c6ad7
commit
91294da2ff
@ -1,4 +1,4 @@
|
|||||||
FROM debian:stretch
|
FROM python:3.6-stretch
|
||||||
MAINTAINER Yaltik - Fabien Bourgeois <fabien@yaltik.com>
|
MAINTAINER Yaltik - Fabien Bourgeois <fabien@yaltik.com>
|
||||||
|
|
||||||
# Odoo dependencies from Debian APT repository
|
# Odoo dependencies from Debian APT repository
|
||||||
@ -7,7 +7,7 @@ RUN apt-get update \
|
|||||||
build-essential git mercurial curl \
|
build-essential git mercurial curl \
|
||||||
libxml2-dev libxslt1-dev libldap2-dev libsasl2-dev libjpeg-dev libpq-dev \
|
libxml2-dev libxslt1-dev libldap2-dev libsasl2-dev libjpeg-dev libpq-dev \
|
||||||
libfreetype6-dev libssl1.0-dev \
|
libfreetype6-dev libssl1.0-dev \
|
||||||
python3-dev python3-setuptools python3-pip python3-renderpm \
|
# python3-dev python3-setuptools python3-pip python3-renderpm \
|
||||||
nodejs node-less xz-utils \
|
nodejs node-less xz-utils \
|
||||||
postgresql-client-9.6
|
postgresql-client-9.6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user