Merge pull request #157 from linuxserver/libxdamage

libxdamage added and standardise docker mod config
This commit is contained in:
aptalca 2021-08-04 23:41:26 -04:00 committed by GitHub
commit 6b2e8aba2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,3 @@
#!/usr/bin/with-contenv bash
apt-get update

View File

@ -5,5 +5,10 @@ if [ ! -e /usr/bin/calibre-server ]; then
fi
if [ ! -L /usr/lib/x86_64-linux-gnu/libGL.so.1 ]; then
apt update && apt install -y libgl1-mesa-glx
apt-get install -y libgl1-mesa-glx
fi
if [ ! -L /usr/lib/x86_64-linux-gnu/libxdamage.so.1 ]; then
apt-get install -y libxdamage1
fi