Upgrade python pip and sphinx

This commit is contained in:
Bhargava Shastry 2021-09-13 09:48:29 +02:00
parent 3e86598bfd
commit 08a7eaca47

View File

@ -33,7 +33,7 @@ RUN apt-get update; \
ninja-build git wget \
libbz2-dev zlib1g-dev git curl uuid-dev \
pkg-config openjdk-8-jdk liblzma-dev unzip mlton m4; \
apt-get install -qy python-pip python-sphinx;
apt-get install -qy python3-pip sphinx-doc sphinx-common;
# Install cmake 3.21.2 (minimum requirement is cmake 3.10)
RUN wget https://github.com/Kitware/CMake/releases/download/v3.21.2/cmake-3.21.2-Linux-x86_64.sh; \