mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 16:46:47 +00:00
ci: Install Python in dev environment
This commit is contained in:
parent
a736ec7e40
commit
64d1f41f56
|
@ -6,7 +6,7 @@ LABEL org.opencontainers.image.description "FairMQ development environment"
|
||||||
RUN dnf -y update
|
RUN dnf -y update
|
||||||
# https://git.gsi.de/SDE/packages/builder
|
# https://git.gsi.de/SDE/packages/builder
|
||||||
RUN dnf -y install https://alfa-ci.gsi.de/packages/rpm/fedora-$VERSION-x86_64/fairsoft-release-dev.rpm
|
RUN dnf -y install https://alfa-ci.gsi.de/packages/rpm/fedora-$VERSION-x86_64/fairsoft-release-dev.rpm
|
||||||
RUN dnf -y install clang cli11-devel ninja-build 'dnf-command(builddep)' libasan liblsan libtsan libubsan clang-tools-extra
|
RUN dnf -y install clang cli11-devel ninja-build 'dnf-command(builddep)' libasan liblsan libtsan libubsan clang-tools-extra python3
|
||||||
RUN dnf -y builddep fairmq
|
RUN dnf -y builddep fairmq
|
||||||
RUN dnf -y clean all
|
RUN dnf -y clean all
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user