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
06c9a2a8ba
commit
64ce5c0f71
@ -61,6 +61,10 @@ 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user