diff --git a/Dockerfile b/Dockerfile
index f11fb0b5d606f27389359753fdb2cb3872a0086a..e0e656f42814d5cb23c1663cd9eee671394ea090 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -8,12 +8,8 @@ RUN apt-get update && \
     && \
     python3 -m pip install --progress-bar=off --no-cache-dir --upgrade pip && \
     python3 -m pip install --progress-bar=off --no-cache-dir --upgrade \
-        docutils \
         pipenv \
         poetry \
-        pygments \
         tox \
-        twine \
-        wheel \
     && \
     rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/* /var/cache/apt/archives/* /root/.cache/*