]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
Docker/Alpine: Remove USB group
authorOlliver Schinagl <oliver@schinagl.nl>
Mon, 3 Jun 2024 14:09:17 +0000 (16:09 +0200)
committerFlole <Flole998@users.noreply.github.com>
Wed, 5 Jun 2024 21:47:14 +0000 (23:47 +0200)
commit5432361184cc4afa585bf31914e58c0a0eee66ee
tree5a44fbe1d9273701b8ef37ca5a6eb7d97c687bec
parent73a6bd00d29421da04be5e1c41b2097fdc9c148b
Docker/Alpine: Remove USB group

The USB group has been removed from upstream alpine in commit
bb00d0e4f345 ("main/alpine-baselayout: remove mem and usb group") which
was a fixup on commit
f16d0754d601 ("main/alpine-baselayout: remove unused/moved users and groups")

Lets remove it here as well as we cannot join the group any longer.

Besides, device access is probably better managed with host specific
udev rules.

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
Containerfile.alpine