When running the tests in docker/podman use the Fedora 34 image

until CentOS9 is released.

Related: rhbz#2010542
This commit is contained in:
Brian C. Lane 2021-10-05 11:00:48 -07:00
parent 3c9131bb35
commit ed1b4a6b22
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora:rawhide
FROM registry.fedoraproject.org/fedora:34
COPY test-packages .
RUN dnf -y install $(cat test-packages) && touch /.in-container
RUN useradd weldr