Skip to content

Commit

Permalink
Update the pcidb
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobi Lehman authored and tlehman committed Oct 19, 2022
1 parent 7f15f2e commit ea9f9ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile.dapper
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM registry.suse.com/bci/bci-base:15.3
RUN zypper -n install pciutils

ARG DAPPER_HOST_ARCH
ENV ARCH $DAPPER_HOST_ARCH
Expand Down
3 changes: 2 additions & 1 deletion package/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM registry.suse.com/bci/bci-base:15.3
RUN zypper -n install pciutils
RUN zypper -n install pciutils curl
RUN update-pciids
COPY bin/pcidevices /bin/pcidevices
ENTRYPOINT ["pcidevices"]

0 comments on commit ea9f9ba

Please sign in to comment.