Skip to content

Commit 772d587

Browse files
authored
devops: fix broken bionic Docker image (microsoft#1195)
1 parent 89af397 commit 772d587

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/docker/Dockerfile.bionic

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ ARG TZ=America/Los_Angeles
77

88
RUN apt-get update && \
99
# Install Python
10-
apt-get install -y python3 python3-distutils curl && \
11-
update-alternatives --install /usr/bin/python python /usr/bin/python3 1 && \
10+
apt-get install -y python3.8 python3-distutils curl && \
11+
update-alternatives --install /usr/bin/python python /usr/bin/python3.8 1 && \
1212
curl -sSL https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
1313
python get-pip.py && \
1414
rm get-pip.py && \

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy