From: Pierre Ossman Date: Fri, 14 Oct 2022 06:49:59 +0000 (+0200) Subject: Remove xorg source installation in image X-Git-Tag: v1.12.90~12^2~6 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bb84646b5373b8d8f339f852bff4e1c661c465fc;p=tigervnc.git Remove xorg source installation in image This is a build requirement, not a fundamental system thing, so it should not be handled here. --- 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