This is a pre-requirement change to enable building man pages with an
asciidoctor toolchain in CI.
# see https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/61369
RUN apk add --no-cache \
asciidoc \
+ asciidoctor \
bash \
binutils \
blkid \
RUN pacman --noconfirm -Syu \
asciidoc \
+ asciidoctor \
astyle \
base-devel \
bluez \
RUN apt-get update -y -qq && apt-get upgrade -y -qq && apt-get install -y -qq --no-install-recommends dracut && \
DEBIAN_FRONTEND=noninteractive apt-get install -y -qq --no-install-recommends -o Dpkg::Use-Pty=0 \
asciidoc \
+ asciidoctor \
astyle \
bluez \
btrfs-progs \
# Install needed packages for the dracut CI container
RUN dnf -y install --setopt=install_weak_deps=False \
asciidoc \
+ asciidoctor \
astyle \
bash-completion \
bluez \
dev-lang/rust-bin \
dev-libs/libxslt \
dev-libs/openssl \
+ dev-ruby/asciidoctor \
net-fs/cifs-utils \
net-fs/nfs-utils \
net-misc/dhcp \
qemu-kvm \
rng-tools \
rpm-build \
+ ruby3.3-rubygem-asciidoctor \
sbsigntools \
ShellCheck \
shfmt \
RUN apt-get update -y -qq && apt-get upgrade -y -qq && \
DEBIAN_FRONTEND=noninteractive apt-get install -y -qq --no-install-recommends -o Dpkg::Use-Pty=0 \
asciidoc \
+ asciidoctor \
astyle \
bluez \
btrfs-progs \
plymouth \
qemu \
rng-tools \
+ ruby-asciidoctor \
sbsigntool \
shellcheck \
shfmt \