File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ RUN apt-get update -qy && \
10
10
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F23C5A6CF475977595C89F51BA6932366A755776 && \
11
11
apt-get update -qy && \
12
12
apt-get install -qy \
13
+ openssh-client \
14
+ git \
13
15
python2.7 \
14
16
python2.7-dev \
15
17
python3.5 \
@@ -23,6 +25,9 @@ RUN apt-get update -qy && \
23
25
python3.9 \
24
26
python3.9-dev \
25
27
python3.9-distutils \
28
+ python3.10 \
29
+ python3.10-dev \
30
+ python3.10-distutils \
26
31
python3-pip && \
27
32
curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output /tmp/get-pip.py && \
28
33
python2.7 /tmp/get-pip.py && \
@@ -33,5 +38,6 @@ RUN apt-get update -qy && \
33
38
python3.7 -m pip install --upgrade pip && \
34
39
python3.8 -m pip install --upgrade pip && \
35
40
python3.9 -m pip install --upgrade pip && \
41
+ python3.10 -m pip install --upgrade pip && \
36
42
python3 -m pip install 'nox==2022.1.7' && \
37
43
rm -rf /var/cache/apt/lists
You can’t perform that action at this time.
0 commit comments