Add libpci3 pkg to docker-platform-monitor (#8016)

#### Why I did it
The libpci library provides portable access to configuration registers of devices connected to the PCI bus.

#### How I did it
update dockers/docker-platform-monitor/Dockerfile.j2
This commit is contained in:
VenkatCisco 2021-06-30 09:35:16 -07:00 committed by GitHub
parent 9d66b6118d
commit c5855eba08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,8 @@ RUN apt-get update && \
python3-smbus \
dmidecode \
i2c-tools \
psmisc
psmisc \
libpci3
# TODO: Remove these lines once we no longer need Python 2
RUN apt-get install -f -y python-dev python-pip