Skip to content

Commit

Permalink
Install tool xxd to platform monitor container (sonic-net#19671)
Browse files Browse the repository at this point in the history
#### Why I did it

After upgrading from bullseye to bookworm, pmon container no longer default installs tool xxd. The tool is used in mellanox simx platforms. The PR is to install xxd tool in the docker build file.

#### How I did it

Install xxd in platform monitor docker file.

#### How to verify it

Manual test
  • Loading branch information
Junchao-Mellanox authored and matiAlfaro committed Aug 21, 2024
1 parent 11ed2d8 commit a69296a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dockers/docker-platform-monitor/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ RUN apt-get update && \
iputils-ping \
pciutils \
nvme-cli \
ethtool
ethtool \
xxd

# smartmontools version should match the installed smartmontools in sonic_debian_extension build template
RUN apt-get install -y -t bookworm-backports \
Expand Down

0 comments on commit a69296a

Please sign in to comment.