diff --git a/sonic-slave/Dockerfile b/sonic-slave/Dockerfile index 728c3d40f9..a0eedb0937 100644 --- a/sonic-slave/Dockerfile +++ b/sonic-slave/Dockerfile @@ -239,7 +239,7 @@ RUN apt-get update && apt-get install -y \ libvirt-bin # For jenkins slave -RUN apt-get -y install ca-certificates-java=20161107~bpo8+1 openjdk-8-jdk +# RUN apt-get -y install ca-certificates-java=20161107~bpo8+1 openjdk-8-jdk # For linux build RUN apt-get -y build-dep linux @@ -279,6 +279,8 @@ RUN pip install pexpect==4.6.0 # For sonic-utilities build RUN pip install mockredispy==2.9.3 +RUN pip install pytest-runner==4.4 +RUN pip install setuptools==40.8.0 # Install dependencies for isc-dhcp-relay build RUN apt-get -y build-dep isc-dhcp diff --git a/src/sonic-utilities b/src/sonic-utilities index d51435eb9a..1b734f1e45 160000 --- a/src/sonic-utilities +++ b/src/sonic-utilities @@ -1 +1 @@ -Subproject commit d51435eb9a693e86484c4f2d66f4a7c8807fa555 +Subproject commit 1b734f1e45f2c1447a9e3c6b414cf8a9402910e0