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 \