Dockerfile 181 B

123
  1. FROM fedora:37
  2. MAINTAINER Vitezslav Crhonek <vcrhonek@redhat.com>
  3. RUN dnf -y update && dnf -y install usbutils && dnf -y install python3-hwdata --setopt='tsflags=' && dnf clean all