Skip to content

Commit

Permalink
Fix build error in Dockerfile
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 ea9f9ba commit cbd7503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM registry.suse.com/bci/bci-base:15.3
RUN zypper -n install pciutils curl
RUN update-pciids
RUN zypper -n install pciutils which curl
RUN /sbin/update-pciids
COPY bin/pcidevices /bin/pcidevices
ENTRYPOINT ["pcidevices"]

0 comments on commit cbd7503

Please sign in to comment.