Skip to content

Commit e47c444

Browse files
committed
Add installation of libavif15 from bookworm-backports for Prince 16.x compatibility
1 parent d92df38 commit e47c444

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cloudbuild.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ steps:
8080
# Install pdftk (ebook post-processing)
8181
apt-get install -y pdftk
8282
83+
# Prince 16.x requires libavif15, which is only in bookworm-backports
84+
echo "deb http://deb.debian.org/debian bookworm-backports main" > /etc/apt/sources.list.d/backports.list
85+
apt-get update -qq
86+
apt-get install -y -t bookworm-backports libavif15
87+
8388
# Download and install Prince PDF generator
8489
wget -q "https://www.princexml.com/download/${_PRINCE_PACKAGE}" -P /tmp
8590
apt-get install -y "/tmp/${_PRINCE_PACKAGE}"

0 commit comments

Comments
 (0)