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 e47c444 commit 00eba62Copy full SHA for 00eba62
cloudbuild.yaml
@@ -80,10 +80,8 @@ 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
+ # Prince 16.x requires libavif-dev
+ apt-get install -y libavif-dev
87
88
# Download and install Prince PDF generator
89
wget -q "https://www.princexml.com/download/${_PRINCE_PACKAGE}" -P /tmp
0 commit comments