mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-29 03:33:19 -04:00
Update run
This commit is contained in:
@@ -49,6 +49,10 @@ if [ ! -L /usr/lib/x86_64-linux-gnu/libxkbcommon.so.0 ]; then
|
||||
PACKAGES="libxkbcommon0 ${PACKAGES}"
|
||||
fi
|
||||
|
||||
if [ ! -L /usr/lib/x86_64-linux-gnu/libnss3.so ]; then
|
||||
PACKAGES="libnss3-dev ${PACKAGES}"
|
||||
fi
|
||||
|
||||
if [ ! -L /usr/lib/x86_64-linux-gnu/libOpenGL.so.0 ]; then
|
||||
PACKAGES="libopengl0 ${PACKAGES}"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user