ci: Add gnome-autoar to Dockerfile

It is a dependency of the newly added gnome-extensions tool.

https://gitlab.gnome.org/GNOME/mutter/merge_requests/738
This commit is contained in:
Florian Müllner 2019-07-11 22:05:28 +02:00 committed by Florian Müllner
parent 5c617ac286
commit 220e4caf36

View File

@ -32,6 +32,8 @@ RUN dnf -y update && dnf -y upgrade && \
# GNOME Shell
dnf builddep -y gnome-shell --setopt=install_weak_deps=False && \
# New dep this cycle
dnf install -y 'pkgconfig(gnome-autoar-0)' && \
dnf remove -y gnome-bluetooth-libs-devel dbus-glib-devel upower-devel python3-devel && \
dnf remove -y --noautoremove mutter mutter-devel && \