Skip to content
Snippets Groups Projects
Commit 9bd5c4c8 authored by Yoshiaki Senda's avatar Yoshiaki Senda Committed by Mark OLESEN
Browse files

CONFIG: use crb tool for switching PowerTools

parent a275acab
Branches
Tags
No related merge requests found
......@@ -22,6 +22,7 @@ RUN dnf -y install wget rsync \
&& dnf -y install 'dnf-command(config-manager)' \
&& dnf -y config-manager --set-enabled powertools \
&& dnf -y install epel-release \
&& crb enable \
&& dnf -y install 'dnf-command(copr)' \
&& dnf -y copr enable openfoam/openfoam \
&& dnf -y install ${PACKAGE} \
......
......@@ -20,6 +20,7 @@ From: rockylinux/rockylinux:latest
dnf -y install 'dnf-command(config-manager)'
dnf -y config-manager --set-enabled powertools
dnf -y install epel-release
crb enable
dnf -y install 'dnf-command(copr)'
dnf -y copr enable openfoam/openfoam
dnf -y install openfoam2206
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment