mirror of
https://github.com/vcrhonek/hwdata
synced 2025-10-14 02:43:35 +08:00
4 lines
181 B
Docker
4 lines
181 B
Docker
FROM fedora:41
|
|
MAINTAINER Vitezslav Crhonek <vcrhonek@redhat.com>
|
|
RUN dnf -y update && dnf -y install usbutils && dnf -y install python3-hwdata --setopt='tsflags=' && dnf clean all
|