We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec28dab + 2cf3055 commit 515049fCopy full SHA for 515049f
1 file changed
sonic-slave-jessie/Dockerfile.j2
@@ -367,6 +367,6 @@ RUN apt-get -o Acquire::Check-Valid-Until=false update
367
RUN apt-get -y -o Acquire::Check-Valid-Until=false install ca-certificates-java=20161107~bpo8+1 openjdk-8-jdk
368
369
#For Protobuf compiler and units.
370
-RUN apt-get install protobuf-compiler
371
-RUN apt-get install libprotobuf-dev
372
-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
0 commit comments