Search found 1 match

by fantognazza
Thu Nov 09, 2023 4:49 pm
Forum: Linux
Topic: Docker support - reloading udev rules
Replies: 4
Views: 89744

Re: Docker support - reloading udev rules

Containers usually do not mount `/dev/` path, thus there is no use of udevadm. Just create a link to /bin/true during the installation, and remove it afterwards: RUN curl -fsSL https://labs.picotech.com/Release.gpg.key | gpg --dearmor > /usr/share/keyrings/picotech-archive-keyring.gpg \ && echo "deb...