From 88213e505592462d58437e99f3e1934e7a6f700b Mon Sep 17 00:00:00 2001 From: Adar Nimrod Date: Sat, 23 Jan 2021 00:03:32 +0200 Subject: [PATCH] Install the packages needed in the Python CI template. --- Dockerfile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 17218b4..09d90dc 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/* -- GitLab