Added libxerces-c and setuptools version
This commit is contained in:
parent
00fd4df4a8
commit
2829e63f1b
|
@ -34,9 +34,10 @@ RUN apt-get update ; \
|
|||
libtool \
|
||||
rsync \
|
||||
libxml2-dev \
|
||||
aria2 && \
|
||||
aria2 \
|
||||
libxerces-c-dev && \
|
||||
pip2 install setuptools && \
|
||||
pip3 install setuptools && \
|
||||
pip3 install -Iv setuptools==47.3.1 && \
|
||||
pip2 install distro && \
|
||||
pip3 install distro && \
|
||||
update-alternatives --install /usr/bin/clang++ clang++ /usr/lib/llvm-8/bin/clang++ 180 && \
|
||||
|
|
Loading…
Reference in New Issue