|
|
@ -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 \
|
|
|
|