ci/Dockerfile: Upgrade after adding copr repos

So that we make sure to upgrade to the packages in the copr repos.

https://gitlab.gnome.org/GNOME/mutter/merge_requests/726
This commit is contained in:
Jonas Ådahl 2019-08-14 11:34:17 +02:00
parent a0bdf44c2d
commit ee3e195b79

View File

@ -13,6 +13,7 @@ RUN dnf -y update && dnf -y upgrade && \
dnf copr enable -y fmuellner/gnome-shell-ci && \
dnf copr enable -y jadahl/mutter-ci && \
dnf copr enable -y hergertme/sysprof-3 && \
dnf -y update && dnf -y upgrade && \
dnf builddep -y mutter && \