[sonic-slave]: install openjdk-8 for jenkins slave (#2484)

Signed-off-by: Guohan Lu <gulv@microsoft.com>
This commit is contained in:
lguohan 2019-01-25 10:16:45 -08:00 committed by GitHub
parent 4ccd35bc25
commit 0f7375a21b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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