From 7812e775d7a925f2eca66d673c855104789e631e Mon Sep 17 00:00:00 2001
From: remi-filament <30716308+remi-filament@users.noreply.github.com>
Date: Tue, 25 May 2021 18:11:30 +0200
Subject: [PATCH] Add 12.0 Dockerfile for Python3.6

---
 12.0.Dockerfile-python3.9 => 12.0.Dockerfile-python3.6 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename 12.0.Dockerfile-python3.9 => 12.0.Dockerfile-python3.6 (97%)

diff --git a/12.0.Dockerfile-python3.9 b/12.0.Dockerfile-python3.6
similarity index 97%
rename from 12.0.Dockerfile-python3.9
rename to 12.0.Dockerfile-python3.6
index c25050e..aee3790 100644
--- a/12.0.Dockerfile-python3.9
+++ b/12.0.Dockerfile-python3.6
@@ -1,7 +1,7 @@
-FROM python:3.9-slim-buster
+FROM python:3.6-slim-buster
 MAINTAINER Le Filament <https://le-filament.com>
 
-ENV APT_DEPS='build-essential libldap2-dev libsasl2-dev libpq-dev python3-dev python3-wheel' \
+ENV APT_DEPS='build-essential libjpeg-dev libldap2-dev libsasl2-dev libpq-dev libxml2-dev libxslt1-dev python3-dev python3-wheel zlib1g-dev' \
     LANG=C.UTF-8 \
     LC_ALL=C.UTF-8 \
     PGDATABASE=odoo
-- 
GitLab