diff --git a/Dockerfile b/Dockerfile index f7f9d69..a660794 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN make clean && \ make build FROM alpine:3.21.3 -RUN apk add --no-cache hwdata-pci=0.393-r0 +RUN apk add --no-cache hwdata-pci=0.393-r0 kmod=33-r2 COPY --from=builder /usr/src/k8s-rdma-shared-dp/build/k8s-rdma-shared-dp /bin/ LABEL io.k8s.display-name="RDMA Shared Device Plugin"