Skip to content

Commit

Permalink
Dockerfile: make sure the hwdata is installed
Browse files Browse the repository at this point in the history
let's make sure we have the pci.ids db in the container image.
We don't have a clear need for pciutils yet, so we don't install it.

Signed-off-by: Francesco Romani <[email protected]>
  • Loading branch information
ffromani committed Mar 25, 2022
1 parent a10a5bf commit 80c868e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
RUN microdnf install -y hwdata && \
microdnf clean -y all
COPY _output /usr/local/bin
COPY run.sh /run.sh
COPY help.sh /help.sh
Expand Down

0 comments on commit 80c868e

Please sign in to comment.