Skip to content

Commit 9012756

Browse files
committed
m
1 parent e60e513 commit 9012756

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dockerfiles/pipeline.docker

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ RUN apt-get -y install \
1919
RUN curl -fsSL https://bazel.build/bazel-release.pub.gpg | gpg --dearmor >bazel-archive-keyring.gpg
2020
RUN mv bazel-archive-keyring.gpg /usr/share/keyrings
2121
RUN echo "deb [arch=amd64 signed-by=/usr/share/keyrings/bazel-archive-keyring.gpg] https://storage.googleapis.com/bazel-apt stable jdk1.8" | tee /etc/apt/sources.list.d/bazel.list
22-
RUN apt update && apt install bazel
22+
RUN apt-get update
23+
RUN apt-get -y install bazel
2324

2425
# install pipeline
2526
USER root

0 commit comments

Comments
 (0)