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 c9acc63 commit b374514Copy full SHA for b374514
tools/docker/dev_container.Dockerfile
@@ -19,7 +19,10 @@ RUN pip install -r /install_deps/black.txt \
19
RUN bash /install_deps/buildifier.sh
20
RUN bash /install_deps/clang-format.sh
21
22
-ENV TFRA_DEV_CONTAINER="1"
+COPY tools/docker/install/install_bazel.sh /install/
23
+RUN /install/install_bazel.sh "3.7.2"
24
+
25
+ENV ADDONS_DEV_CONTAINER="1"
26
27
# Clean up
28
RUN apt-get autoremove -y \
0 commit comments