mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 08:41:16 +00:00
10 lines
282 B
Modula-2
10 lines
282 B
Modula-2
Bootstrap: docker
|
|
From: fedora:32
|
|
|
|
%post
|
|
dnf -y update
|
|
dnf -y install https://alfa-ci.gsi.de/packages/rpm/fedora-32-x86_64/fairsoft-release-dev.rpm
|
|
dnf -y install cli11-devel pmix-devel ninja-build 'dnf-command(builddep)'
|
|
dnf -y builddep fairmq
|
|
dnf -y clean all
|