ci: Add python3-gobject to the fedora image

We need this to run tests using our gir.
This commit is contained in:
Matthias Clasen
2021-01-17 14:13:10 -05:00
parent 31267f1c48
commit b8f984e214
2 changed files with 2 additions and 1 deletions

View File

@@ -71,6 +71,7 @@ RUN dnf -y install \
pcre-devel \
pcre-static \
python3 \
python3-gobject \
python3-jinja2 \
python3-pip \
python3-pygments \

View File

@@ -1,4 +1,4 @@
FROM registry.gitlab.gnome.org/gnome/gtk/fedora-base:v25
FROM registry.gitlab.gnome.org/gnome/gtk/fedora-base:v26
# Enable sudo for wheel users
RUN sed -i -e 's/# %wheel/%wheel/' -e '0,/%wheel/{s/%wheel/# %wheel/}' /etc/sudoers