mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Upgrade python pip and sphinx
This commit is contained in:
parent
3e86598bfd
commit
08a7eaca47
@ -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; \
|
||||
|
Loading…
Reference in New Issue
Block a user