Skip to content

Commit

Permalink
ci: Install Python in dev environment
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisklein committed Sep 11, 2023
1 parent a736ec7 commit 64d1f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ci/Containerfile.fedora
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL org.opencontainers.image.description "FairMQ development environment"
RUN dnf -y update
# 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 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 clean all

Expand Down

0 comments on commit 64d1f41

Please sign in to comment.