ci: Update Fedora CI images to new oldstable (33)

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall 2021-10-07 16:29:31 +01:00
parent 0aff931ed3
commit 1bba03672e
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
FROM fedora:31
FROM fedora:33
RUN dnf -y install \
autoconf \

View File

@ -1,7 +1,4 @@
FROM fedora:31
# Set /etc/machine-id as its needed for some D-Bus tests
RUN systemd-machine-id-setup
FROM fedora:33
RUN dnf -y update \
&& dnf -y install \
@ -79,6 +76,9 @@ RUN dnf -y update \
RUN pip3 install meson==0.52.1
# Set /etc/machine-id as its needed for some D-Bus tests
RUN systemd-machine-id-setup
# Enable sudo for wheel users
RUN sed -i -e 's/# %wheel/%wheel/' -e '0,/%wheel/{s/%wheel/# %wheel/}' /etc/sudoers

View File

@ -1,4 +1,4 @@
FROM fedora:31
FROM fedora:33
RUN dnf -y install \
bindfs \