summaryrefslogtreecommitdiff
path: root/tests/ci/Dockerfile-fedora
blob: 28747b3dd5bb154cc05a5b290d49bcdc658c7130 (plain)
1
2
3
4
5
6
7
8
FROM fedora:29

RUN dnf -y update
RUN dnf -y install dnf-plugins-core libdnf-devel redhat-rpm-config meson gcc ninja-build
RUN dnf -y builddep PackageKit

RUN mkdir /build
WORKDIR /build