Skip to content

Commit

Permalink
[sonic-slave]: install openjdk-8 for jenkins slave (#2484)
Browse files Browse the repository at this point in the history
Signed-off-by: Guohan Lu <[email protected]>
  • Loading branch information
lguohan authored Jan 25, 2019
1 parent 4ccd35b commit 0f7375a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sonic-slave/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,9 @@ RUN apt-get update && apt-get install -y \
qemu-kvm \
libvirt-bin

# For jenkins slave
RUN apt-get -y install ca-certificates-java=20161107~bpo8+1 openjdk-8-jdk

# For linux build
RUN apt-get -y build-dep linux

Expand Down

0 comments on commit 0f7375a

Please sign in to comment.