File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ RUN apk add --update --virtual build-dependencies build-base linux-headers git &
1212 make build
1313
1414FROM ${BASE_IMAGE}
15- RUN apk add hwdata-pci
15+ RUN apk add kmod hwdata-pci
1616COPY --from=builder /usr/src/k8s-rdma-shared-dp/build/k8s-rdma-shared-dp /bin/
1717
1818LABEL io.k8s.display-name="RDMA Shared Device Plugin"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN apk add --update --virtual build-dependencies build-base linux-headers git &
1313 make build
1414
1515FROM ${BASE_IMAGE}
16- RUN microdnf install hwdata
16+ RUN microdnf install kmod hwdata
1717COPY --from=builder /usr/src/k8s-rdma-shared-dp/build/k8s-rdma-shared-dp /bin/
1818
1919LABEL io.k8s.display-name="RDMA Shared Device Plugin"
You can’t perform that action at this time.
0 commit comments