Skip to content

Commit b374514

Browse files
rhdongLifann
authored andcommitted
[fix] stopping the Bazel in dev docker to update automatically .
1 parent c9acc63 commit b374514

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tools/docker/dev_container.Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ RUN pip install -r /install_deps/black.txt \
1919
RUN bash /install_deps/buildifier.sh
2020
RUN bash /install_deps/clang-format.sh
2121

22-
ENV TFRA_DEV_CONTAINER="1"
22+
COPY tools/docker/install/install_bazel.sh /install/
23+
RUN /install/install_bazel.sh "3.7.2"
24+
25+
ENV ADDONS_DEV_CONTAINER="1"
2326

2427
# Clean up
2528
RUN apt-get autoremove -y \

0 commit comments

Comments
 (0)