Skip to content

Commit 6d6c621

Browse files
committed
doc: AsciiDoctor for Ubuntu/Debian
Adds `asciidoctor` for Ubuntu 22/24 and Debian Trixie as required by the asciidoc PR. Related-to: cockpit-project/cockpit#21515 Signed-off-by: Freya Gustavsson <[email protected]>
1 parent d5a6228 commit 6d6c621

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

images/scripts/debian.setup

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,8 @@ cat <<EOS >> /tmp/pbuilder_script
274274
$(/usr/lib/pbuilder/pbuilder-satisfydepends-classic --control /tmp/out/tools/debian/control --force-version --echo|grep apt-get)
275275
# TEMP: until these make it into cockpit.git
276276
apt-get -y install esbuild node-argparse node-gettext-parser node-mime-db node-react node-react-dom
277+
# TEMP: until asciidoc migration is into cockpit.git.
278+
apt-get -y install asciidoctor
277279
EOS
278280

279281
pbuilder execute --save-after-exec -- /tmp/pbuilder_script

0 commit comments

Comments
 (0)