mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-17 05:42:54 -04:00
Update run
This commit is contained in:
@@ -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 ****"
|
||||
|
||||
Reference in New Issue
Block a user