From 3312750871124de268aa5b82347b7b3b9cef6657 Mon Sep 17 00:00:00 2001 From: Nicolas Trangez Date: Tue, 11 Feb 2020 22:55:26 +0100 Subject: [PATCH] docs: fix Docker build dependencies Looks like now something upstream of either `six` or `tox` implicitly requires `setuptools`, so installing the version as shipped by Ubuntu. Guess at some point we'll need to freeze `tox` and all of its dependencies... --- docs/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Dockerfile b/docs/Dockerfile index 5bdf52b852..67a2b842c2 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -18,6 +18,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \ python3.6 \ python3-buildbot-worker \ python3-pip \ + python3-setuptools \ texlive-fonts-extra \ texlive-fonts-recommended \ texlive-latex-extra \