Skip to content

Commit 88e6f31

Browse files
filanovrollandf
authored andcommitted
fix: install iproute2 in a container
it's needed in order to run ip commands Signed-off-by: Michael Filanov <[email protected]>
1 parent e101977 commit 88e6f31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ RUN --mount=type=cache,target=/go/pkg/mod/ GO_GCFLAGS=${GCFLAGS} make build
4141
FROM nvcr.io/nvidia/doca/doca:3.0.0-full-rt-host
4242

4343
RUN apt update && apt install -y \
44+
iproute2 \
4445
iputils-arping
4546

4647
WORKDIR /

0 commit comments

Comments
 (0)