From bb84646b5373b8d8f339f852bff4e1c661c465fc Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Fri, 14 Oct 2022 08:49:59 +0200 Subject: [PATCH] Remove xorg source installation in image This is a build requirement, not a fundamental system thing, so it should not be handled here. --- .github/containers/centos8/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/containers/centos8/Dockerfile b/.github/containers/centos8/Dockerfile index 894dc351..2e2ae6fc 100644 --- a/.github/containers/centos8/Dockerfile +++ b/.github/containers/centos8/Dockerfile @@ -5,7 +5,6 @@ RUN dnf -y install sudo RUN dnf -y install dnf-plugins-core RUN dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm RUN dnf config-manager --set-enabled powertools -RUN dnf -y install xorg-x11-server-source RUN useradd -s /bin/bash -m rpm RUN echo >> /etc/sudoers -- 2.39.5