diff --git a/Dockerfile b/Dockerfile index 17218b47835728c623a1001817b1fcb77a09833e..09d90dce9190e75e80ff23a190c87dc18c74b6ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,5 +5,13 @@ RUN apt-get update && \ python3-pip \ python3-venv \ && \ - python3 -m pip install --progress-bar=off --no-cache-dir --upgrade pip tox pipenv && \ + python3 -m pip install --progress-bar=off --no-cache-dir --upgrade \ + docutils \ + pip \ + pipenv \ + pygments \ + tox \ + twine \ + wheel \ + && \ rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/* /var/cache/apt/archives/* /root/.cache/*