summaryrefslogtreecommitdiff
path: root/.gitlab/Dockerfile
blob: 92dbd60a2c3e913af5ace599597a935620a6de0e (plain)
1
2
3
4
FROM fedora:latest

RUN dnf install --nogpg -y dnf-plugins-core findutils git uncrustify \
 && dnf clean all