[IMP] use Python 3.7 in versin 12.0 to comply with OCA repos
This commit is contained in:
parent
8003a86bc1
commit
1b8532b7bc
|
|
@ -1,9 +1,6 @@
|
||||||
# <OOW> : Copy of https://github.com/odoo/odoo/blob/12.0/setup/package.dfsrc
|
# <OOW> : Copy of https://github.com/odoo/odoo/blob/12.0/setup/package.dfsrc,
|
||||||
FROM debian:stretch
|
# adapted to use Debian Buster (Python 3.7)
|
||||||
|
FROM debian:buster
|
||||||
RUN sed -i -- 's/security.debian.org/archive.debian.org/g' /etc/apt/**.list
|
|
||||||
RUN sed -i -- 's/deb.debian.org/archive.debian.org/g' /etc/apt/**.list
|
|
||||||
RUN sed -i -- 's/stretch-updates/stretch/g' /etc/apt/**.list
|
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y locales && \
|
apt-get install -y locales && \
|
||||||
|
|
@ -22,7 +19,7 @@ RUN apt-get update -qq && \
|
||||||
postgresql-server-dev-all \
|
postgresql-server-dev-all \
|
||||||
postgresql-client \
|
postgresql-client \
|
||||||
adduser \
|
adduser \
|
||||||
libsass0 \
|
libsass1 \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
libxslt1-dev \
|
libxslt1-dev \
|
||||||
libldap2-dev \
|
libldap2-dev \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user