Merge pull request #242 from linuxserver/1.21

prep for 1.21 release
pull/246/head
aptalca 4 years ago committed by GitHub
commit f9e42a1a4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,7 +25,9 @@ RUN \
echo "**** install runtime packages ****" && \
apt-get update && \
apt-get install -y \
beignet-opencl-icd \
jq \
ocl-icd-libopencl1 \
udev \
unrar \
wget && \

@ -9,5 +9,5 @@ echo "Starting Plex Media Server."
export PLEX_MEDIA_SERVER_INFO_MODEL=$(uname -m)
export PLEX_MEDIA_SERVER_INFO_PLATFORM_VERSION=$(uname -r)
exec \
s6-setuidgid abc /bin/bash -c \
'LD_LIBRARY_PATH=/usr/lib/plexmediaserver:/usr/lib/plexmediaserver/lib /usr/lib/plexmediaserver/Plex\ Media\ Server'
s6-setuidgid abc \
/usr/lib/plexmediaserver/Plex\ Media\ Server

Loading…
Cancel
Save