Switch the test container back to rawhide

Use fedora:rawhide again to run tests, but pull the test image from the
Fedora docker registry instead of the Docker docker registry.
This commit is contained in:
David Shea 2018-09-07 11:39:36 -04:00
parent e129c4c4f5
commit a65b93c77d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM fedora:29
FROM registry.fedoraproject.org/fedora:rawhide
RUN dnf -y install make libgit2-glib tito python3-pylint \
python3-nose python3-mako python3-flask \