We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 603c5bb commit 85472f0Copy full SHA for 85472f0
Dockerfile
@@ -27,7 +27,7 @@ RUN apt update && apt install -y autoconf \
27
libxml2-dev \
28
pkg-config \
29
python \
30
- python3 \
+ python3.7 \
31
python3-pip \
32
sudo \
33
vim \
@@ -62,7 +62,7 @@ RUN apt update && apt install -y autoconf \
62
# Extra tools
63
openssh-client
64
65
-RUN python3 -m pip install setuptools --upgrade
+RUN python3.7 -m pip install setuptools --upgrade
66
67
# Install and configure tzdata
68
RUN export DEBIAN_FRONTEND=noninteractive; \
0 commit comments