Use fedora:34 for Dockerfile.test

This commit is contained in:
Brian C. Lane 2021-11-05 16:01:03 -07:00 committed by Brian C. Lane
parent 4bf9ce05e3
commit b9d9afd2eb

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