summaryrefslogtreecommitdiff
path: root/.gitlab/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab/Dockerfile')
-rw-r--r--.gitlab/Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab/Dockerfile b/.gitlab/Dockerfile
index 601829db7..8c05e2635 100644
--- a/.gitlab/Dockerfile
+++ b/.gitlab/Dockerfile
@@ -9,9 +9,9 @@ RUN dnf install --nogpg -y gnome-common \
&& 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 \
+ && meson . _build --prefix=/usr \
+ && ninja -C _build \
+ && ninja -C _build install \
&& cd .. \
&& rm -rf gnome-autoar