From: Joel Rosdahl Date: Tue, 24 Aug 2021 16:58:43 +0000 (+0200) Subject: chore: Remove asciidoctor package from CentOS 8 Dockerfile X-Git-Tag: v4.4.1~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d311e8e37fad26b8db56fcbabb2a313e35cb1ec4;p=thirdparty%2Fccache.git chore: Remove asciidoctor package from CentOS 8 Dockerfile Asciidoctor is apparently not packaged for CentOS 8. --- diff --git a/dockerfiles/centos-8/Dockerfile b/dockerfiles/centos-8/Dockerfile index e61c576c2..28e65df5b 100644 --- a/dockerfiles/centos-8/Dockerfile +++ b/dockerfiles/centos-8/Dockerfile @@ -4,7 +4,6 @@ FROM centos:8 RUN dnf install -y epel-release \ && dnf update -y \ && dnf install -y \ - asciidoctor \ autoconf \ bash \ ccache \