We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89af397 commit 772d587Copy full SHA for 772d587
utils/docker/Dockerfile.bionic
@@ -7,8 +7,8 @@ ARG TZ=America/Los_Angeles
7
8
RUN apt-get update && \
9
# Install Python
10
- apt-get install -y python3 python3-distutils curl && \
11
- update-alternatives --install /usr/bin/python python /usr/bin/python3 1 && \
+ apt-get install -y python3.8 python3-distutils curl && \
+ update-alternatives --install /usr/bin/python python /usr/bin/python3.8 1 && \
12
curl -sSL https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
13
python get-pip.py && \
14
rm get-pip.py && \
0 commit comments