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 e60e513 commit 9012756Copy full SHA for 9012756
dockerfiles/pipeline.docker
@@ -19,7 +19,8 @@ RUN apt-get -y install \
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" | tee /etc/apt/sources.list.d/bazel.list
22
-RUN apt update && apt install bazel
+RUN apt-get update
23
+RUN apt-get -y install bazel
24
25
# install pipeline
26
USER root
0 commit comments