From: Pierre Ossman Date: Tue, 8 Jun 2021 08:43:35 +0000 (+0200) Subject: Force update of libarchive in CentOS 8 image X-Git-Tag: v1.11.90~40^2~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=500a495773d9c31a4f66c872a48ba97b35aab64d;p=tigervnc.git Force update of libarchive in CentOS 8 image Otherwise cmake breaks as it requires a newer version without properly listing that in its dependencies. --- diff --git a/.travis/centos8/Dockerfile b/.travis/centos8/Dockerfile index 86bb74a7..8beec7e2 100644 --- a/.travis/centos8/Dockerfile +++ b/.travis/centos8/Dockerfile @@ -6,6 +6,8 @@ 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 +# Too old in image so breaks cmake +RUN dnf -y update libarchive RUN useradd -s /bin/bash -m rpm RUN echo >> /etc/sudoers