ci: Update the Fedora CI image to Fedora 34

This is the oldest still-supported version of Fedora.

It no longer ships gamin.

This should fix the installed-tests, which rely on version 0.19 of
python-dbusmock. Fedora 33 only had 0.18.

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall
2022-03-08 12:57:27 +00:00
parent b3a568d19e
commit 20b6bda9a2
2 changed files with 2 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
FROM fedora:33
FROM fedora:34
RUN dnf -y update \
&& dnf -y install \
@@ -11,7 +11,6 @@ RUN dnf -y update \
elfutils-libelf-devel \
findutils \
fuse \
gamin-devel \
gcc \
gcc-c++ \
gettext \