[FIX]Odoo v11 with Python 3.7 to avoid workers problem

This commit is contained in:
Fabien BOURGEOIS 2017-10-25 22:54:43 +02:00
parent 28152c6ad7
commit 91294da2ff
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM debian:stretch
FROM python:3.6-stretch
MAINTAINER Yaltik - Fabien Bourgeois <fabien@yaltik.com>
# Odoo dependencies from Debian APT repository
@ -7,7 +7,7 @@ RUN apt-get update \
build-essential git mercurial curl \
libxml2-dev libxslt1-dev libldap2-dev libsasl2-dev libjpeg-dev libpq-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 \
postgresql-client-9.6