[Build]: Fix gmock not found issue in debian stretch slave container (#9669)

Fix the gmock not found issue in debian stretch slave container.
Some of platforms, such as naphos, innovium, have such issue.
This commit is contained in:
xumia 2022-01-05 08:06:30 +08:00 committed by GitHub
parent dbdce62efe
commit 2c42552be9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -300,6 +300,9 @@ RUN apt-get update && apt-get install -y \
libauparse-dev \ libauparse-dev \
auditd auditd
# For gmock
RUN apt-get install -y libgmock-dev -t stretch-backports
# Install dependencies for dhcp relay test # Install dependencies for dhcp relay test
RUN pip3 install parameterized==0.8.1 RUN pip3 install parameterized==0.8.1
RUN pip3 install pyfakefs RUN pip3 install pyfakefs