Update Dockerfile.test to use f29 from fedora registry

Related: rhbz#1636207
This commit is contained in:
Brian C. Lane 2018-10-04 10:39:44 -07:00
parent 7ac3e20234
commit c7ba2e6231
1 changed files with 1 additions and 1 deletions

View File

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