2
0
mirror of https://github.com/spritsail/plex-media-server.git synced 2024-10-05 05:03:53 +00:00

Updated Plex to 1.25.4.5426-eb46d070e & Updated SHA to a0fccb56511622244c67e067f9c86bde437696f5

Plex now compiles libxml/libxslt statically into the Plex\ Media\ Server
binary so they don't exist to remove them. We still need them for
xmlstarlet, though.

Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
Spritsail Bot 2022-01-20 12:03:43 +00:00 committed by Joe Groocock
parent d49817c32a
commit f8cc43616d
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -1,5 +1,5 @@
ARG PLEX_VER=1.25.3.5409-f11334058
ARG PLEX_SHA=58b2accdabc0e03209041b71253cdc2e853f54e6
ARG PLEX_VER=1.25.4.5426-eb46d070e
ARG PLEX_SHA=a0fccb56511622244c67e067f9c86bde437696f5
ARG BUSYBOX_VER=1.34.1
ARG SU_EXEC_VER=0.4
ARG TINI_VER=0.19.0
@ -63,9 +63,6 @@ RUN curl -fsSL -o plexmediaserver.deb https://downloads.plex.tv/plex-media-serve
lib/libcurl.so* \
lib/libssl.so* \
lib/libnghttp2.so* \
lib/libxml2.so* \
lib/libxslt.so* \
lib/libexslt.so* \
lib/plexmediaserver.* \
etc/ld-musl-x86_64.path \
Resources/start.sh \