[pmon]: add psmisc to bring fuser that dentifies processes that are using files or sockets ()

fuser support is required since new cisco hardware watchdog plugin uses them to check anyone else use's /dev/watchdogX resource. The actual validation happens in the platform code, but the package is required for pmon container. Currently the /dev/watchdogX is being used by cisco platform-monitor service. Cisco chassis level watchdog plugin uses "fuser" to claim the watchdog release from platform-monitor service.
This commit is contained in:
VenkatCisco 2021-05-06 22:24:07 -07:00 committed by GitHub
parent 43995ab270
commit db3d353e77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,8 @@ RUN apt-get update && \
python-smbus \ python-smbus \
python3-smbus \ python3-smbus \
dmidecode \ dmidecode \
i2c-tools i2c-tools \
psmisc
# 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