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:
parent
fb89c28c95
commit
36d7dfbea3
@ -24,7 +24,8 @@ RUN apt-get update && \
|
|||||||
python3-smbus \
|
python3-smbus \
|
||||||
dmidecode \
|
dmidecode \
|
||||||
i2c-tools \
|
i2c-tools \
|
||||||
psmisc
|
psmisc \
|
||||||
|
libpci3
|
||||||
|
|
||||||
# TODO: Remove these lines once we no longer need Python 2
|
# TODO: Remove these lines once we no longer need Python 2
|
||||||
RUN apt-get install -f -y python-dev python-pip
|
RUN apt-get install -f -y python-dev python-pip
|
||||||
|
Reference in New Issue
Block a user