Merge pull request #939 from linuxserver/universal-calibre-noble

universal-calibre: update packages for noble compatibility
This commit is contained in:
aptalca
2024-08-22 11:48:13 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1
## Buildstage ##
FROM ghcr.io/linuxserver/baseimage-alpine:3.19 as buildstage
FROM ghcr.io/linuxserver/baseimage-alpine:3.19 AS buildstage
ARG MOD_VERSION
@@ -34,7 +34,7 @@ if ! dpkg -s xz-utils >/dev/null 2>&1; then
fi
if [ ! -L /usr/lib/x86_64-linux-gnu/libGL.so.1 ]; then
PACKAGES="libgl1-mesa-glx ${PACKAGES}"
PACKAGES="libgl1 libglx-mesa0 ${PACKAGES}"
fi
if [ ! -L /usr/lib/x86_64-linux-gnu/libxdamage.so.1 ]; then