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 78efb3f commit 9e188a9Copy full SHA for 9e188a9
tools/docker/cpu_tests.Dockerfile
@@ -11,6 +11,8 @@ RUN python -m pip install --upgrade protobuf==3.19.6
11
COPY tools/docker/install/install_bazel.sh ./
12
RUN ./install_bazel.sh $USE_BAZEL_VERSION
13
14
+RUN apt-get update && apt-get install -y sudo rsync cmake
15
+
16
COPY requirements.txt ./
17
RUN pip install -r requirements.txt
18
0 commit comments