mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-18 16:58:27 -04:00
Merge pull request #774 from linuxserver/libnss3
This commit is contained in:
@@ -49,10 +49,30 @@ if [ ! -L /usr/lib/x86_64-linux-gnu/libxkbcommon.so.0 ]; then
|
|||||||
PACKAGES="libxkbcommon0 ${PACKAGES}"
|
PACKAGES="libxkbcommon0 ${PACKAGES}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ ! -L /usr/lib/x86_64-linux-gnu/libnss3.so ]; then
|
||||||
|
PACKAGES="libnss3 ${PACKAGES}"
|
||||||
|
fi
|
||||||
|
|
||||||
if [ ! -L /usr/lib/x86_64-linux-gnu/libOpenGL.so.0 ]; then
|
if [ ! -L /usr/lib/x86_64-linux-gnu/libOpenGL.so.0 ]; then
|
||||||
PACKAGES="libopengl0 ${PACKAGES}"
|
PACKAGES="libopengl0 ${PACKAGES}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ ! -L /usr/lib/x86_64-linux-gnu/libXcomposite.so.1 ]; then
|
||||||
|
PACKAGES="libxcomposite1 ${PACKAGES}"
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ ! -L /usr/lib/x86_64-linux-gnu/libxkbfile.so.1 ]; then
|
||||||
|
PACKAGES="libxkbfile1 ${PACKAGES}"
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ ! -L /usr/lib/x86_64-linux-gnu/libXrandr.so.2 ]; then
|
||||||
|
PACKAGES="libxrandr2 ${PACKAGES}"
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ ! -L /usr/lib/x86_64-linux-gnu/libXtst.so.6 ]; then
|
||||||
|
PACKAGES="libxtst6 ${PACKAGES}"
|
||||||
|
fi
|
||||||
|
|
||||||
if [ -n "${PACKAGES}" ]; then
|
if [ -n "${PACKAGES}" ]; then
|
||||||
echo "${PACKAGES}" >> /mod-repo-packages-to-install.list
|
echo "${PACKAGES}" >> /mod-repo-packages-to-install.list
|
||||||
echo "**** Adding calibre dependencies to package install list ****"
|
echo "**** Adding calibre dependencies to package install list ****"
|
||||||
|
|||||||
Reference in New Issue
Block a user