upgraded to python3, added dependencies for more projects
This commit is contained in:
parent
08e062f1e5
commit
806e0dd9d2
1 changed files with 4 additions and 3 deletions
|
@ -2,11 +2,12 @@ FROM debian:testing
|
||||||
|
|
||||||
RUN apt-get update ;\
|
RUN apt-get update ;\
|
||||||
apt-get install -y --no-install-recommends locales \
|
apt-get install -y --no-install-recommends locales \
|
||||||
cmake ninja-build git ca-certificates clang-8 lld-8 ccache python python3 build-essential \
|
cmake ninja-build git ca-certificates clang-8 lld-8 ccache python3 build-essential \
|
||||||
clang-tidy-8 clang-format-8 \
|
clang-tidy-8 clang-format-8 \
|
||||||
python-psutil arcanist zip wget \
|
python3-psutil arcanist zip wget \
|
||||||
openjdk-11-jdk \
|
openjdk-11-jdk \
|
||||||
python3-pip python3-setuptools ;\
|
python3-pip python3-setuptools \
|
||||||
|
swig python3-dev libedit-dev libncurses5-dev libxml2-dev liblzma-dev golang rsync; \
|
||||||
apt-get clean
|
apt-get clean
|
||||||
|
|
||||||
# required for openssh server
|
# required for openssh server
|
||||||
|
|
Loading…
Add table
Reference in a new issue