[sonic-slave]: install openjdk-8 for jenkins slave (#2484)
Signed-off-by: Guohan Lu <gulv@microsoft.com>
This commit is contained in:
parent
4ccd35bc25
commit
0f7375a21b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user