]> source.dussan.org Git - tigervnc.git/commitdiff
Remove xorg source installation in image
authorPierre Ossman <ossman@cendio.se>
Fri, 14 Oct 2022 06:49:59 +0000 (08:49 +0200)
committerPierre Ossman <ossman@cendio.se>
Fri, 14 Oct 2022 07:28:55 +0000 (09:28 +0200)
This is a build requirement, not a fundamental system thing, so it
should not be handled here.

.github/containers/centos8/Dockerfile

index 894dc3515d4a1f076c5ddeb6bfada393d3070f27..2e2ae6fc4e33188cc0aa05baf1abdf39fd5f5639 100644 (file)
@@ -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