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 0031058 commit e60e513Copy full SHA for e60e513
dockerfiles/pipeline.docker
@@ -18,7 +18,7 @@ RUN apt-get -y install \
18
# installing bazel
19
RUN curl -fsSL https://bazel.build/bazel-release.pub.gpg | gpg --dearmor >bazel-archive-keyring.gpg
20
RUN mv bazel-archive-keyring.gpg /usr/share/keyrings
21
-RUN echo "deb [arch=amd64 signed-by=/usr/share/keyrings/bazel-archive-keyring.gpg] https://storage.googleapis.com/bazel-apt stable jdk1.8" | sudo tee /etc/apt/sources.list.d/bazel.list
+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
23
24
# install pipeline
0 commit comments