Skip to content

Commit 515049f

Browse files
authored
Merge pull request #206 from SONIC-DEV/Alex-Dai-patch-2
Update Dockerfile.j2
2 parents ec28dab + 2cf3055 commit 515049f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

sonic-slave-jessie/Dockerfile.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,6 @@ RUN apt-get -o Acquire::Check-Valid-Until=false update
367367
RUN apt-get -y -o Acquire::Check-Valid-Until=false install ca-certificates-java=20161107~bpo8+1 openjdk-8-jdk
368368

369369
#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
370+
RUN apt-get install -y protobuf-compiler
371+
RUN apt-get install -y libprotobuf-dev
372+
RUN apt-get install -y pkg-config

0 commit comments

Comments
 (0)