FROM registry.fedoraproject.org/fedora:rawhide

LABEL maintainer="Stephen Gallagher <sgallagh@redhat.com>"

RUN dnf -y --setopt=install_weak_deps=False install \
        git-core \
        make \
        python3-six \
        python3-libmodulemd \
        python3-GitPython \
    && dnf -y clean all
