summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab/Dockerfile10
1 files changed, 10 insertions, 0 deletions
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