FROM fedora:35 MAINTAINER Vitezslav Crhonek RUN dnf -y update && dnf -y install usbutils && dnf -y install python3-hwdata --setopt='tsflags=' && dnf clean all