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.
1 parent d92df38 commit e47c444Copy full SHA for e47c444
cloudbuild.yaml
@@ -80,6 +80,11 @@ steps:
80
# Install pdftk (ebook post-processing)
81
apt-get install -y pdftk
82
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
+
88
# Download and install Prince PDF generator
89
wget -q "https://www.princexml.com/download/${_PRINCE_PACKAGE}" -P /tmp
90
apt-get install -y "/tmp/${_PRINCE_PACKAGE}"
0 commit comments