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 Qi Luo
parent fb89c28c95
commit 36d7dfbea3

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