Skip to content

Commit

Permalink
added missing ibutils2
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyItkin committed May 7, 2024
1 parent 683fc74 commit 32fa5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/UFM_NDT_Plugin/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG _ARCH=x86_64
ARG _DIST=ubuntu20.04
ARG _OFED_VER=5.9-0.5.6.0
ARG OFED_URL=http://nbu-nfs.mellanox.com/auto/sw/release/mlnx_ofed/MLNX_OFED/MLNX_OFED_LINUX-${_OFED_VER}/MLNX_OFED_LINUX-${_OFED_VER}-${_DIST}-${_ARCH}/DEBS
ARG NDT_OFED_DEP="libibumad3 libibverbs1 ibverbs-providers "
ARG NDT_OFED_DEP="libibumad3 libibverbs1 ibverbs-providers ibutils2 "
ARG BASE_PATH=/opt/ufm/ufm_plugin_ndt

SHELL ["/bin/bash", "-c"]
Expand Down

0 comments on commit 32fa5f9

Please sign in to comment.