We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f508e1 commit ea98433Copy full SHA for ea98433
Dockerfile
@@ -20,7 +20,7 @@ run apt-get update && apt-get install --yes software-properties-common && \
20
apt-get update && apt-get upgrade --yes && \
21
apt-get install --yes \
22
wget build-essential clang sed gdb clang-format git ssh shellcheck \
23
- libc++-dev libc++abi-dev
+ libc++-dev libc++abi-dev python3 pip
24
25
# bazelisk, a launcher for bazel. `bazelisk --help` will cause the latest
26
# version to be downloaded.
@@ -35,3 +35,4 @@ run chmod +x /tmp/install-cmake && /tmp/install-cmake && rm /tmp/install-cmake
35
# Coverage reporting.
36
copy bin/install-lcov /tmp/install-lcov
37
run chmod +x /tmp/install-lcov && /tmp/install-lcov && rm /tmp/install-lcov
38
+
0 commit comments