Skip to content
This repository was archived by the owner on Dec 8, 2021. It is now read-only.

Commit 00175c5

Browse files
authored
fix: more updates to Python 3 (#201)
1 parent a1218dc commit 00175c5

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

ci/kokoro/docker/Dockerfile.fedora

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN dnf makecache && dnf install -y \
3535
ncurses-term \
3636
openssl-devel \
3737
pkgconfig \
38-
python \
38+
python3 \
3939
shtool \
4040
unzip \
4141
wget \

ci/kokoro/docker/Dockerfile.fedora-install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN dnf makecache && dnf install -y \
3939
openssl-devel \
4040
pkgconfig \
4141
protobuf-compiler \
42-
python \
42+
python3 \
4343
shtool \
4444
unzip \
4545
wget \

ci/kokoro/docker/Dockerfile.ubuntu

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ RUN apt-get update && \
4141
make \
4242
ninja-build \
4343
pkg-config \
44-
python-pip \
44+
python3 \
45+
python3-pip \
4546
shellcheck \
4647
tar \
4748
unzip \

0 commit comments

Comments
 (0)