]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
docs: revert installing asciidoctor in CI container
authorJo Zzsi <jozzsicsataban@gmail.com>
Thu, 31 Oct 2024 21:00:09 +0000 (17:00 -0400)
committerLaszlo <laszlo.gombos@gmail.com>
Fri, 1 Nov 2024 10:46:25 +0000 (06:46 -0400)
test/container/Dockerfile-alpine
test/container/Dockerfile-arch
test/container/Dockerfile-debian
test/container/Dockerfile-fedora
test/container/Dockerfile-gentoo
test/container/Dockerfile-opensuse
test/container/Dockerfile-ubuntu
test/container/Dockerfile-void

index 3f71935b9f0dffb64a213af558e2999ffcfce0c6..c66b779adce24865d3193221e8e196e7112967d1 100644 (file)
@@ -19,7 +19,6 @@ ENV CC=clang
 
 RUN apk add --no-cache \
     asciidoc \
-    asciidoctor \
     bash \
     binutils \
     blkid \
index 4e3a20a9ba9b02d56c9d807042617b110f1f4d6e..aba35f24ef3971a8f80afa40d9be10d2311f891e 100644 (file)
@@ -5,7 +5,6 @@ ENV TEST_FSTYPE=xfs
 
 RUN pacman --noconfirm -Syu \
     asciidoc \
-    asciidoctor \
     base-devel \
     bluez \
     btrfs-progs \
index 3e82e1036e18d352278121889d325782fd6ee041..af373ae59e9858b34509c24fcfb17bd54c61359b 100644 (file)
@@ -21,7 +21,6 @@ RUN if [ "$DISTRIBUTION" = "debian:sid" ] ; then \
 RUN \
     DEBIAN_FRONTEND=noninteractive apt-get install -y -qq --no-install-recommends -o Dpkg::Use-Pty=0 \
     asciidoc \
-    asciidoctor \
     bluez \
     btrfs-progs \
     busybox-static \
index f70cf24629e3e921ba8a430911516dbb59a3de1c..ab592a252f9e8d779791a19316c28d54a399f0cd 100644 (file)
@@ -11,7 +11,6 @@ if [[ "${DISTRIBUTION}" =~ "centos:" ]]; then \
     dnf config-manager --set-enabled crb; \
 else \
     dnf -y install --setopt=install_weak_deps=False \
-    asciidoctor \
     btrfs-progs \
     busybox \
     dhcp-client \
index 2881517a99270b1c7c83b8c5282707390c8dbd9c..a278f30ac46bebb1ba6fcc9d0b59a00e22eb4e14 100644 (file)
@@ -41,7 +41,6 @@ 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 \
index f59dd59cac00a146903cfd487b7ed411cf92af6a..a12d33d4cd8dd65056b66052a2412ea3e35c1e5b 100644 (file)
@@ -40,7 +40,6 @@ RUN dnf -y install --setopt=install_weak_deps=False \
     python3-pefile \
     qemu-kvm \
     rng-tools \
-    ruby3.3-rubygem-asciidoctor \
     sbsigntools \
     squashfs \
     swtpm \
index 3de6bfdad045904804a5458556e840b85c8c8f7b..3582d7ef17fc5db94b8640175cd7a3530124374b 100644 (file)
@@ -21,7 +21,6 @@ RUN if [ "${DISTRIBUTION}" = "ubuntu:rolling" ] ; then \
 RUN \
     DEBIAN_FRONTEND=noninteractive apt-get install -y -qq --no-install-recommends -o Dpkg::Use-Pty=0 \
     asciidoc \
-    asciidoctor \
     bluez \
     btrfs-progs \
     busybox-static \
index 5ed7ae07e8c8a7d5ede8dd3784f38f80204a03c4..0276c445ee5cc5c847ce83eefdd786bebd4ec449 100644 (file)
@@ -51,7 +51,6 @@ RUN xbps-install -Syu xbps && xbps-install -yu \
     plymouth \
     qemu-system-amd64 \
     rng-tools \
-    ruby-asciidoctor \
     sbsigntool \
     squashfs-tools \
     swtpm \