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.
2 parents cf6c24f + c879342 commit 3578760Copy full SHA for 3578760
tools/docker/dev_container.Dockerfile
@@ -21,6 +21,9 @@ RUN pip install -r /install_deps/yapf.txt \
21
RUN bash /install_deps/buildifier.sh
22
RUN bash /install_deps/clang-format.sh
23
24
+COPY tools/docker/install/install_bazel.sh /install/
25
+RUN /install/install_bazel.sh "5.1.1"
26
+
27
ENV ADDONS_DEV_CONTAINER="1"
28
29
# Clean up
0 commit comments