ci: Add gnome-desktop-testing to images

This commit is contained in:
Matthias Clasen
2020-08-01 21:26:35 -04:00
parent 4fed32315c
commit aea253bc60
2 changed files with 2 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ RUN dnf -y install \
glib2-static \
glibc-devel \
glibc-headers \
gnome-desktop-testing \
gobject-introspection-devel \
graphene-devel \
gstreamer1-devel \

View File

@@ -1,4 +1,4 @@
FROM registry.gitlab.gnome.org/gnome/gtk/fedora-base:v20
FROM registry.gitlab.gnome.org/gnome/gtk/fedora-base:v21
ARG HOST_USER_ID=5555
ENV HOST_USER_ID ${HOST_USER_ID}