mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-05-05 20:26:16 +02:00
Bump up docker image build to bazel version 0.17.1
Change-Id: I29b749aa46b31d87fcd879e058a92b4e5733a64d
This commit is contained in:
parent
5590e2df19
commit
4c2d16455e
@ -17,7 +17,7 @@ COPY . /src/onos/
|
||||
# build problems
|
||||
WORKDIR /src/onos
|
||||
RUN apt-get update && apt-get install -y zip python git bzip2 build-essential && \
|
||||
curl -L -o bazel.sh https://github.com/bazelbuild/bazel/releases/download/0.15.2/bazel-0.15.2-installer-linux-x86_64.sh && \
|
||||
curl -L -o bazel.sh https://github.com/bazelbuild/bazel/releases/download/0.17.1/bazel-0.17.1-installer-linux-x86_64.sh && \
|
||||
chmod +x bazel.sh && \
|
||||
./bazel.sh --user && \
|
||||
export ONOS_ROOT=/src/onos && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user