Merge pull request #242 from linuxserver/1.21

prep for 1.21 release
This commit is contained in:
aptalca 2020-11-19 15:58:23 -05:00 committed by GitHub
commit f9e42a1a4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

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

View file

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