Merge pull request #250 from stevekuznetsov/skuznets/fix-rawhide-tests

Work around `dnf` issues and install builddep for Rawhide
This commit is contained in:
Steve Kuznetsov 2017-01-26 13:39:39 -05:00 committed by GitHub
commit efab80283d

View file

@ -4,8 +4,12 @@ FROM fedora:rawhide
# http://jumanjiman.github.io/ # http://jumanjiman.github.io/
MAINTAINER Paul Morgan <jumanjiman@gmail.com> MAINTAINER Paul Morgan <jumanjiman@gmail.com>
# Run an update to work around https://bugzilla.redhat.com/show_bug.cgi?id=1409590
# TODO: remove this once the Rawhide base image is updated
RUN dnf -y update
# Install build dependencies. # Install build dependencies.
RUN dnf -y install \ RUN dnf -y install \
'dnf-command(builddep)' \
git-annex \ git-annex \
python-devel \ python-devel \
python-mock \ python-mock \