diff --git a/sonic-slave-jessie/Dockerfile.j2 b/sonic-slave-jessie/Dockerfile.j2 index a7c512f60cc..88063fc31c9 100644 --- a/sonic-slave-jessie/Dockerfile.j2 +++ b/sonic-slave-jessie/Dockerfile.j2 @@ -367,6 +367,6 @@ RUN apt-get -o Acquire::Check-Valid-Until=false update RUN apt-get -y -o Acquire::Check-Valid-Until=false install ca-certificates-java=20161107~bpo8+1 openjdk-8-jdk #For Protobuf compiler and units. -RUN apt-get install protobuf-compiler -RUN apt-get install libprotobuf-dev -RUN apt-get install pkg-config +RUN apt-get install -y protobuf-compiler +RUN apt-get install -y libprotobuf-dev +RUN apt-get install -y pkg-config