Skip to content

Commit 5432361

Browse files
oliv3rFlole998
authored andcommitted
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>
1 parent 73a6bd0 commit 5432361

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Containerfile.alpine

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ RUN apk add --no-cache \
116116
addgroup -S 'tvheadend' && \
117117
adduser -D -G 'tvheadend' -h '/var/lib/tvheadend' -s '/bin/nologin' -S 'tvheadend' && \
118118
adduser 'tvheadend' 'audio' && \
119-
adduser 'tvheadend' 'usb' && \
120119
adduser 'tvheadend' 'video' && \
121120
install -d -m 775 -g 'tvheadend' -o 'tvheadend' '/var/lib/tvheadend/recordings' && \
122121
install -d -m 775 -g 'tvheadend' -o 'tvheadend' '/var/log/tvheadend'

0 commit comments

Comments
 (0)