Skip to content

Commit 772d587

Browse files
authored
devops: fix broken bionic Docker image (#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

+2-2
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)