Skip to content

Commit

Permalink
[202311_RC]Install dmidecode in the syncd docker container for SDK API
Browse files Browse the repository at this point in the history
  • Loading branch information
keboliu committed Jul 12, 2024
1 parent 0d6a6f7 commit e56014c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions platform/mellanox/docker-syncd-mlnx-rpc/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ RUN apt-get purge -y syncd
RUN apt-get update \
&& apt-get -y install \
net-tools \
dmidecode \
build-essential \
libssl-dev \
libffi-dev \
Expand Down
3 changes: 2 additions & 1 deletion platform/mellanox/docker-syncd-mlnx/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ RUN apt-get update && \
{%- if ENABLE_ASAN == "y" %}
libasan6 \
{%- endif %}
python3-setuptools
python3-setuptools \
dmidecode

RUN pip3 install --upgrade pip
RUN apt-get purge -y python-pip
Expand Down

0 comments on commit e56014c

Please sign in to comment.