Skip to content
Snippets Groups Projects
Commit 88213e50 authored by nimrod's avatar nimrod
Browse files

Install the packages needed in the Python CI template.

parent 583760dc
Branches
No related tags found
No related merge requests found
......@@ -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/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment