We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b08889 + 265fc7e commit 4813231Copy full SHA for 4813231
Dockerfile
@@ -1,7 +1,7 @@
1
# syntax=docker/dockerfile:1
2
3
## Buildstage ##
4
-FROM ghcr.io/linuxserver/baseimage-alpine:3.19 as buildstage
+FROM ghcr.io/linuxserver/baseimage-alpine:3.19 AS buildstage
5
6
ARG MOD_VERSION
7
root/etc/s6-overlay/s6-rc.d/init-mod-universal-calibre-add-package/run
@@ -34,7 +34,7 @@ if ! dpkg -s xz-utils >/dev/null 2>&1; then
34
fi
35
36
if [ ! -L /usr/lib/x86_64-linux-gnu/libGL.so.1 ]; then
37
- PACKAGES="libgl1-mesa-glx ${PACKAGES}"
+ PACKAGES="libgl1 libglx-mesa0 ${PACKAGES}"
38
39
40
if [ ! -L /usr/lib/x86_64-linux-gnu/libxdamage.so.1 ]; then
0 commit comments