Skip to content

Commit

Permalink
Merge pull request #939 from linuxserver/universal-calibre-noble
Browse files Browse the repository at this point in the history
universal-calibre: update packages for noble compatibility
  • Loading branch information
aptalca authored Aug 22, 2024
2 parents 7b08889 + 265fc7e commit 4813231
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4813231

Please sign in to comment.