mirror of
https://github.com/spritsail/plex-media-server.git
synced 2024-11-08 18:56:22 +00:00
Merge remote-tracking branch 'origin/master' into pass
This commit is contained in:
commit
100e95f6f9
@ -5,11 +5,12 @@ pipeline:
|
|||||||
repo: ppass-dev
|
repo: ppass-dev
|
||||||
|
|
||||||
test-bin:
|
test-bin:
|
||||||
image: docker
|
image: spritsail/docker-test
|
||||||
volumes: [ '/var/run/docker.sock:/var/run/docker.sock' ]
|
volumes: [ '/var/run/docker.sock:/var/run/docker.sock' ]
|
||||||
commands:
|
repo: ppass-dev
|
||||||
- docker run --rm ppass-dev curl --version
|
run: |
|
||||||
- docker run --rm ppass-dev xmlstarlet --version
|
curl --version &&
|
||||||
|
xmlstarlet --version
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: spritsail/docker-test
|
image: spritsail/docker-test
|
||||||
|
@ -127,11 +127,13 @@ RUN curl -fsSL http://ftp.de.debian.org/debian/pool/main/g/gcc-${LIBSTDCPP_VER:0
|
|||||||
&& cd usr/lib/plexmediaserver \
|
&& cd usr/lib/plexmediaserver \
|
||||||
&& rm -f \
|
&& rm -f \
|
||||||
"Plex Media Server Tests" \
|
"Plex Media Server Tests" \
|
||||||
|
MigratePlexServerConfig.sh \
|
||||||
libcrypto.so.1.0.0 \
|
libcrypto.so.1.0.0 \
|
||||||
libcurl.so.4 \
|
libcurl.so.4 \
|
||||||
libssl.so.1.0.0 \
|
libssl.so.1.0.0 \
|
||||||
libxml2.so.2 \
|
libxml2.so.2 \
|
||||||
libxslt.so.1 \
|
libxslt.so.1 \
|
||||||
|
Resources/start.sh \
|
||||||
# Place shared libraries in usr/lib so they can be actually shared
|
# Place shared libraries in usr/lib so they can be actually shared
|
||||||
&& mv *.so* ../
|
&& mv *.so* ../
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user