From 2b77a7f50e75c7c8884203169acbfeda6ee3c1f0 Mon Sep 17 00:00:00 2001 From: Ondrej Holy Date: Fri, 12 Feb 2021 09:22:59 +0100 Subject: ci: Add gnome-autoar master to Dockerfile The CI currently fails because the gnome-autoar 0.3.0 is not yet in rawhide. Let's add gnome-autoar master to our image to fix the pipeline. --- .gitlab/Dockerfile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitlab/Dockerfile b/.gitlab/Dockerfile index bdc6e0b34..6593585f3 100644 --- a/.gitlab/Dockerfile +++ b/.gitlab/Dockerfile @@ -4,3 +4,13 @@ RUN dnf install --nogpg -y dnf-plugins-core uncrustify findutils git libportal-d && dnf builddep --nogpg -y nautilus \ && dnf clean all +RUN dnf install --nogpg -y gnome-common \ + && dnf builddep --nogpg -y gnome-autoar \ + && dnf clean all \ + && git clone --depth 1 https://gitlab.gnome.org/GNOME/gnome-autoar.git \ + && cd gnome-autoar \ + && ./autogen.sh --prefix /usr \ + && make \ + && make install \ + && cd .. \ + && rm -rf gnome-autoar -- cgit v1.2.1