Added python3-urllib3, which is required by pipenv.

This commit is contained in:
Achim D. Brucker 2023-03-02 16:20:28 +00:00
parent 3fdb7b86b4
commit 3d7d357302
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ RUN apt-get -y update && \
# texlive for Isabelle's PDF document generation
texlive-full \
# Python tools and graphviz for add-ons
python3-pip graphviz pipenv python3-sklearn-pandas python3-seaborn jupyter-nbconvert \
python3-pip graphviz pipenv python3-urllib3 python3-sklearn-pandas python3-seaborn jupyter-nbconvert \
&& \
apt-get clean && \
rm -rf /usr/share/doc