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:
parent
a0bdf44c2d
commit
ee3e195b79
1 changed files with 1 additions and 0 deletions
|
@ -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 && \
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue