Dockerfile.test: Switch to using F32 for testing

This commit is contained in:
Brian C. Lane 2020-05-04 12:15:43 -07:00
parent b7ce3e5685
commit 434c938e67
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:32
COPY test-packages .
RUN dnf -y install $(cat test-packages) && touch /.in-container
RUN useradd weldr