put LIBPATH in dockerfile, try using /bin/bash in place of /bin/sh to see if jenkins crash happens
This commit is contained in:
parent
86ff461b42
commit
28aed5a071
2 changed files with 5 additions and 2 deletions
|
|
@ -1,6 +1,8 @@
|
|||
#!/usr/bin/with-contenv bash
|
||||
|
||||
echo "Starting Plex Media Server."
|
||||
exec s6-setuidgid abc /bin/sh -c 'LD_LIBRARY_PATH=/usr/lib/plexmediaserver /usr/lib/plexmediaserver/Plex\ Media\ Server'
|
||||
exec \
|
||||
s6-setuidgid abc /bin/bash -c \
|
||||
'/usr/lib/plexmediaserver/Plex\ Media\ Server'
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue