Skip to content

Commit

Permalink
[Build]: Fix gmock not found issue in debian stretch slave container (#…
Browse files Browse the repository at this point in the history
…9669)

Fix the gmock not found issue in debian stretch slave container.
Some of platforms, such as naphos, innovium, have such issue.
  • Loading branch information
xumia authored Jan 5, 2022
1 parent dbdce62 commit 2c42552
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sonic-slave-stretch/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,9 @@ RUN apt-get update && apt-get install -y \
libauparse-dev \
auditd

# For gmock
RUN apt-get install -y libgmock-dev -t stretch-backports

# Install dependencies for dhcp relay test
RUN pip3 install parameterized==0.8.1
RUN pip3 install pyfakefs
Expand Down

0 comments on commit 2c42552

Please sign in to comment.