summaryrefslogtreecommitdiff
path: root/.gitlab/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab/Dockerfile')
-rw-r--r--.gitlab/Dockerfile10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitlab/Dockerfile b/.gitlab/Dockerfile
index 6593585f3..8043417d4 100644
--- a/.gitlab/Dockerfile
+++ b/.gitlab/Dockerfile
@@ -14,3 +14,13 @@ RUN dnf install --nogpg -y gnome-common \
&& make install \
&& cd .. \
&& rm -rf gnome-autoar
+
+RUN dnf builddep --nogpg -y libhandy \
+ && dnf clean all \
+ && git clone --depth 1 https://gitlab.gnome.org/GNOME/libhandy.git \
+ && cd libhandy \
+ && meson . _build --prefix=/usr \
+ && ninja -C _build \
+ && ninja -C _build install \
+ && cd .. \
+ && rm -rf libhandy