From 85e595b5582d0b0dce480cd043187c653b623927 Mon Sep 17 00:00:00 2001 From: Ben Swanson Date: Tue, 27 Feb 2018 09:04:01 +0000 Subject: [PATCH] Update to use permissions instead of 'video group' --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0354cff..c0aaa8b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,8 @@ RUN \ dpkg -i /tmp/plexmediaserver.deb && \ echo "**** change abc home folder to fix plex hanging at runtime with usermod ****" && \ usermod -d /app abc && \ - usermod -G video abc && \ + chmod -fR 777 /dev/dri || echo "*** hardware transcoding will not be possible ****" && \ + echo "**** cleanup ****" && \ apt-get clean && \ rm -rf \