From d311e8e37fad26b8db56fcbabb2a313e35cb1ec4 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Tue, 24 Aug 2021 18:58:43 +0200 Subject: [PATCH] chore: Remove asciidoctor package from CentOS 8 Dockerfile Asciidoctor is apparently not packaged for CentOS 8. --- dockerfiles/centos-8/Dockerfile | 1 - 1 file changed, 1 deletion(-) 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 \ -- 2.47.2