mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 12:12:47 +00:00
Merge pull request #250 from stevekuznetsov/skuznets/fix-rawhide-tests
Work around `dnf` issues and install builddep for Rawhide
This commit is contained in:
commit
efab80283d
1 changed files with 4 additions and 0 deletions
|
@ -4,8 +4,12 @@ FROM fedora:rawhide
|
|||
# http://jumanjiman.github.io/
|
||||
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.
|
||||
RUN dnf -y install \
|
||||
'dnf-command(builddep)' \
|
||||
git-annex \
|
||||
python-devel \
|
||||
python-mock \
|
||||
|
|
Loading…
Add table
Reference in a new issue