Skip to content

Commit 00eba62

Browse files
committed
Update libavif installation for Prince 16.x compatibility
1 parent e47c444 commit 00eba62

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

cloudbuild.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,8 @@ 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
83+
# Prince 16.x requires libavif-dev
84+
apt-get install -y libavif-dev
8785
8886
# Download and install Prince PDF generator
8987
wget -q "https://www.princexml.com/download/${_PRINCE_PACKAGE}" -P /tmp

0 commit comments

Comments
 (0)