diff --git a/Dockerfile b/Dockerfile index 1def84d725..4cf7ec0b14 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,8 +27,7 @@ RUN apt-get update && \ libcairo2-dev \ python3-pip \ python${PYTHON_VERSION} \ - python${PYTHON_VERSION}-dev \ - python${PYTHON_VERSION}-distutils && \ + python${PYTHON_VERSION}-dev && \ rm -rf /var/lib/apt/lists/* # Use UTF-8.