mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-03-23 00:05:28 +08:00
Update run
This commit is contained in:
parent
c7f6b1df21
commit
2c9a16653d
@ -57,6 +57,10 @@ if [ ! -L /usr/lib/x86_64-linux-gnu/libOpenGL.so.0 ]; then
|
||||
PACKAGES="libopengl0 ${PACKAGES}"
|
||||
fi
|
||||
|
||||
if [ ! -L /usr/lib/x86_64-linux-gnu/libXcomposite.so.1 ]; then
|
||||
PACKAGES="libxcomposite1 ${PACKAGES}"
|
||||
fi
|
||||
|
||||
if [ -n "${PACKAGES}" ]; then
|
||||
echo "${PACKAGES}" >> /mod-repo-packages-to-install.list
|
||||
echo "**** Adding calibre dependencies to package install list ****"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user