Skip to content

Commit 0f7375a

Browse files
authored
[sonic-slave]: install openjdk-8 for jenkins slave (#2484)
Signed-off-by: Guohan Lu <[email protected]>
1 parent 4ccd35b commit 0f7375a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sonic-slave/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,9 @@ RUN apt-get update && apt-get install -y \
237237
qemu-kvm \
238238
libvirt-bin
239239

240+
# For jenkins slave
241+
RUN apt-get -y install ca-certificates-java=20161107~bpo8+1 openjdk-8-jdk
242+
240243
# For linux build
241244
RUN apt-get -y build-dep linux
242245

0 commit comments

Comments
 (0)