Skip to content

Commit 5458812

Browse files
authored
Merge pull request #152 from jellor/hwdata-pci
Install hwdata-pci package in Dockerfile
2 parents 3cbd26e + d46eef1 commit 5458812

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ RUN make clean && \
1111
make build
1212

1313
FROM alpine:3.21.3
14+
RUN apk add --no-cache hwdata-pci=0.393-r0
1415
COPY --from=builder /usr/src/k8s-rdma-shared-dp/build/k8s-rdma-shared-dp /bin/
1516

1617
LABEL io.k8s.display-name="RDMA Shared Device Plugin"

0 commit comments

Comments
 (0)