Skip to content

Commit ea98433

Browse files
authored
chore-ci: install python3 (#93)
1 parent 0f508e1 commit ea98433

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ run apt-get update && apt-get install --yes software-properties-common && \
2020
apt-get update && apt-get upgrade --yes && \
2121
apt-get install --yes \
2222
wget build-essential clang sed gdb clang-format git ssh shellcheck \
23-
libc++-dev libc++abi-dev
23+
libc++-dev libc++abi-dev python3 pip
2424

2525
# bazelisk, a launcher for bazel. `bazelisk --help` will cause the latest
2626
# version to be downloaded.
@@ -35,3 +35,4 @@ run chmod +x /tmp/install-cmake && /tmp/install-cmake && rm /tmp/install-cmake
3535
# Coverage reporting.
3636
copy bin/install-lcov /tmp/install-lcov
3737
run chmod +x /tmp/install-lcov && /tmp/install-lcov && rm /tmp/install-lcov
38+

0 commit comments

Comments
 (0)