summaryrefslogtreecommitdiff
path: root/.gitlab/Dockerfile
blob: ea2055a52fac8d50aeb7ff23a8aa3e07896c8da8 (plain)
1
2
3
4
5
6
FROM fedora:latest

RUN dnf install --nogpg -y dnf-plugins-core uncrustify findutils git libportal-devel tracker3-miners python3-gobject dbus-daemon \
 && dnf builddep --nogpg -y nautilus \
 && dnf clean all