diff --git a/10.0.Dockerfile b/10.0.Dockerfile
index 938b40186bba5df7189a5b94ae6f4633feba4820..7998c24b9958bc39cc3e41acb0b7068ce935c69a 100644
--- a/10.0.Dockerfile
+++ b/10.0.Dockerfile
@@ -46,7 +46,7 @@ RUN set -x; \
         apt-get install -y --no-install-recommends ${APT_DEPS} &&\
         curl https://bootstrap.pypa.io/get-pip.py | python /dev/stdin &&\
         pip install -I -r https://raw.githubusercontent.com/OCA/OCB/10.0/requirements.txt &&\
-        pip install simplejson WTForms Werkzeug==0.14.1 &&\
+        pip install simplejson WTForms Werkzeug==0.14.1 setuptools==5.5.1 &&\
         apt-get -y purge ${APT_DEPS} &&\
         apt-get -y autoremove &&\
         rm -rf /var/lib/apt/lists/* wkhtmltox.deb
diff --git a/12.0.Dockerfile b/12.0.Dockerfile
index c6e81dc94c5834aa635a801c4518a9f704b31a53..c5fb60d771d36c5cbbebb123f1ae55bde5534ad1 100644
--- a/12.0.Dockerfile
+++ b/12.0.Dockerfile
@@ -41,7 +41,7 @@ RUN set -x; \
         apt-get install -y --no-install-recommends ${APT_DEPS} &&\
         curl https://bootstrap.pypa.io/get-pip.py | python3 /dev/stdin &&\
         pip install -I -r https://raw.githubusercontent.com/OCA/OCB/12.0/requirements.txt &&\
-        pip install simplejson WTForms zxcvbn phonenumbers Werkzeug==0.14.1 &&\
+        pip install simplejson WTForms zxcvbn phonenumbers Werkzeug==0.14.1 setuptools==33.1.1 &&\
         apt-get -y purge ${APT_DEPS} &&\
         apt-get -y autoremove &&\
         rm -rf /var/lib/apt/lists/* wkhtmltox.deb
diff --git a/12.0_ml.Dockerfile b/12.0_ml.Dockerfile
index cc629ff212085c6308f7c28f2e1e630cf6cb8826..ccb0a59ed5e2cff1a578295102c1e243a703bb36 100644
--- a/12.0_ml.Dockerfile
+++ b/12.0_ml.Dockerfile
@@ -41,7 +41,7 @@ RUN set -x; \
         apt-get install -y --no-install-recommends ${APT_DEPS} &&\
         curl https://bootstrap.pypa.io/get-pip.py | python3 /dev/stdin &&\
         pip install -I -r https://raw.githubusercontent.com/OCA/OCB/12.0/requirements.txt &&\
-        pip install simplejson WTForms zxcvbn phonenumbers Werkzeug==0.14.1 &&\
+        pip install simplejson WTForms zxcvbn phonenumbers Werkzeug==0.14.1 setuptools==33.1.1 &&\
         apt-get -y purge ${APT_DEPS} &&\
         apt-get -y autoremove &&\
         rm -rf /var/lib/apt/lists/* wkhtmltox.deb