diff --git a/sonic-slave/Dockerfile b/sonic-slave/Dockerfile index dc37d7947a1f..7af451c22da5 100644 --- a/sonic-slave/Dockerfile +++ b/sonic-slave/Dockerfile @@ -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