From 9e1421db8a2c30092a37b3c31a48a420a34e924a Mon Sep 17 00:00:00 2001 From: Bryan Crossland Date: Mon, 24 Oct 2022 13:56:01 -0500 Subject: [PATCH] Signed-off-by: bacrossland bryan.crossland@target.com Why I did it Fix updated sonic-swss submodule which uses GMock for testing: 08711a8 [orchdaemon]: Fixed sairedis record file rotation (#2481) How I did it Add install of GMock to Dockerfile.j2 in all Debian releases. --- sonic-slave-stretch/Dockerfile.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonic-slave-stretch/Dockerfile.j2 b/sonic-slave-stretch/Dockerfile.j2 index d55ff106adf0..679857ab06fb 100644 --- a/sonic-slave-stretch/Dockerfile.j2 +++ b/sonic-slave-stretch/Dockerfile.j2 @@ -384,7 +384,7 @@ RUN apt-get install -y vim # Install rsyslog RUN apt-get install -y rsyslog -RUN apt-get install -y libgtest-dev +RUN apt-get install -y libgtest-dev -t stretch-backports # For gmock RUN apt-get install -y libgmock-dev -t stretch-backports