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 d5a6228 commit 6d6c621Copy full SHA for 6d6c621
images/scripts/debian.setup
@@ -274,6 +274,8 @@ cat <<EOS >> /tmp/pbuilder_script
274
$(/usr/lib/pbuilder/pbuilder-satisfydepends-classic --control /tmp/out/tools/debian/control --force-version --echo|grep apt-get)
275
# TEMP: until these make it into cockpit.git
276
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
279
EOS
280
281
pbuilder execute --save-after-exec -- /tmp/pbuilder_script
0 commit comments