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

Upgrade pip before installing other packages.

Cryptography now requires Rust. Use the newer pip to install the
pre-built wheel.
parent ea96aa8a
No related branches found
No related tags found
No related merge requests found
......@@ -6,9 +6,9 @@ RUN apt-get update && \
python3-pip \
python3-venv \
&& \
python3 -m pip install --progress-bar=off --no-cache-dir --upgrade pip && \
python3 -m pip install --progress-bar=off --no-cache-dir --upgrade \
docutils \
pip \
pipenv \
poetry \
pygments \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment