FROM fedora:27

WORKDIR "/tmp"
CMD ["/bin/bash"]

RUN dnf install -y mock rpkg git
