File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,14 @@ RUN apt-get install -y --no-install-recommends build-essential git gpg \
77 cmake python3 ruby ninja-build libtool autoconf sed ghostscript \
88 time curl automake libatomic1 libgflags-dev libsnappy-dev \
99 zlib1g-dev libbz2-dev liblz4-dev libzstd-dev libreadline-dev \
10- pkg-config gawk util-linux bazel-bootstrap
10+ pkg-config gawk util-linux
11+ # Install bazel
12+ RUN apt-get install -y --no-install-recommends openjdk-8-jdk apt-transport-https
13+ RUN add-apt-repository ppa:webupd8team/java
14+ RUN apt-get update && apt-get install oracle-java8-installer
15+ RUN echo "deb [arch=amd64] http://storage.googleapis.com/bazel-apt stable jdk1.8" > /etc/apt/sources.list.d/bazel.list
16+ RUN curl https://bazel.build/bazel-release.pub.gpg | apt-key add -
17+ RUN apt-get update && apt-get install bazel
1118
1219FROM fedora:latest AS fedora
1320RUN dnf -y --quiet --nodocs install gcc-c++ clang lld llvm-devel unzip \
You can’t perform that action at this time.
0 commit comments