Update to use permissions instead of 'video group'

pull/125/head
Ben Swanson 7 years ago committed by GitHub
parent 5bac3da23e
commit 85e595b558
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -31,7 +31,8 @@ RUN \
dpkg -i /tmp/plexmediaserver.deb && \ dpkg -i /tmp/plexmediaserver.deb && \
echo "**** change abc home folder to fix plex hanging at runtime with usermod ****" && \ echo "**** change abc home folder to fix plex hanging at runtime with usermod ****" && \
usermod -d /app abc && \ usermod -d /app abc && \
usermod -G video abc && \ chmod -fR 777 /dev/dri || echo "*** hardware transcoding will not be possible ****" && \
echo "**** cleanup ****" && \ echo "**** cleanup ****" && \
apt-get clean && \ apt-get clean && \
rm -rf \ rm -rf \

Loading…
Cancel
Save