mirror of
https://github.com/spritsail/plex-media-server.git
synced 2024-11-05 01:16:23 +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:
parent
d49817c32a
commit
f8cc43616d
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user