From d18f74a264fe7a8865c84eda3ad49d370346f138 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Tue, 20 Jul 2021 09:04:40 +0300 Subject: [PATCH] Remove build tools, moved to python3-build. --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index f11fb0b..e0e656f 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/* -- GitLab