Skip to content

Commit

Permalink
docs: also install asciidoctor in container
Browse files Browse the repository at this point in the history
This is a pre-requirement change to enable building man pages with an
asciidoctor toolchain in CI.
  • Loading branch information
ianw authored and LaszloGombos committed Oct 23, 2024
1 parent 8d895de commit 7455de2
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/container/Dockerfile-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ENV CC=clang
# see https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/61369
RUN apk add --no-cache \
asciidoc \
asciidoctor \
bash \
binutils \
blkid \
Expand Down
1 change: 1 addition & 0 deletions test/container/Dockerfile-arch
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ENV TEST_FSTYPE=xfs

RUN pacman --noconfirm -Syu \
asciidoc \
asciidoctor \
astyle \
base-devel \
bluez \
Expand Down
1 change: 1 addition & 0 deletions test/container/Dockerfile-debian
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ FROM docker.io/${DISTRIBUTION}
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 \
Expand Down
1 change: 1 addition & 0 deletions test/container/Dockerfile-fedora
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ FROM registry.fedoraproject.org/${DISTRIBUTION}
# Install needed packages for the dracut CI container
RUN dnf -y install --setopt=install_weak_deps=False \
asciidoc \
asciidoctor \
astyle \
bash-completion \
bluez \
Expand Down
1 change: 1 addition & 0 deletions test/container/Dockerfile-gentoo
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ RUN emerge --quiet --deep --autounmask-continue=y --with-bdeps=n --noreplace \
dev-lang/rust-bin \
dev-libs/libxslt \
dev-libs/openssl \
dev-ruby/asciidoctor \
net-fs/cifs-utils \
net-fs/nfs-utils \
net-misc/dhcp \
Expand Down
1 change: 1 addition & 0 deletions test/container/Dockerfile-opensuse
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ RUN dnf -y install --setopt=install_weak_deps=False \
qemu-kvm \
rng-tools \
rpm-build \
ruby3.3-rubygem-asciidoctor \
sbsigntools \
ShellCheck \
shfmt \
Expand Down
1 change: 1 addition & 0 deletions test/container/Dockerfile-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ENV V=2
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 \
Expand Down
1 change: 1 addition & 0 deletions test/container/Dockerfile-void
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ RUN xbps-install -Syu xbps && xbps-install -yu \
plymouth \
qemu \
rng-tools \
ruby-asciidoctor \
sbsigntool \
shellcheck \
shfmt \
Expand Down

0 comments on commit 7455de2

Please sign in to comment.