Skip to content

Commit 85472f0

Browse files
committed
Install python 3.7
1 parent 603c5bb commit 85472f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN apt update && apt install -y autoconf \
2727
libxml2-dev \
2828
pkg-config \
2929
python \
30-
python3 \
30+
python3.7 \
3131
python3-pip \
3232
sudo \
3333
vim \
@@ -62,7 +62,7 @@ RUN apt update && apt install -y autoconf \
6262
# Extra tools
6363
openssh-client
6464

65-
RUN python3 -m pip install setuptools --upgrade
65+
RUN python3.7 -m pip install setuptools --upgrade
6666

6767
# Install and configure tzdata
6868
RUN export DEBIAN_FRONTEND=noninteractive; \

0 commit comments

Comments
 (0)