use device perm fixer from baseimage

This commit is contained in:
aptalca 2025-12-09 12:58:58 -05:00
parent 215506d3cd
commit 64aed46150
No known key found for this signature in database
GPG key ID: BE36CFFB9FD85548
8 changed files with 4 additions and 41 deletions

View file

@ -21,7 +21,8 @@ ENV DEBIAN_FRONTEND="noninteractive" \
PLEX_MEDIA_SERVER_USER="abc" \
PLEX_MEDIA_SERVER_INFO_VENDOR="Docker" \
PLEX_MEDIA_SERVER_INFO_DEVICE="Docker Container (LinuxServer.io)" \
TMPDIR=/run/plex-temp
TMPDIR=/run/plex-temp \
ATTACHED_DEVICES_PERMS="/dev/dri /dev/dvb -type c"
RUN \
echo "**** install runtime packages ****" && \