Skip to content

Commit

Permalink
Enable CodeReady Builder repo for Alma9:
Browse files Browse the repository at this point in the history
Hopefully this fixes the issue with Qt5 package dependencies.
  • Loading branch information
Axel-Naumann committed Nov 21, 2023
1 parent 228563e commit ed7078c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions alma9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ ADD https://raw.githubusercontent.com/root-project/roottest/master/requirements.

RUN dnf update -y \
&& dnf install -y epel-release \
&& dnf install -y 'dnf-command(config-manager)' \
&& crb enable \
&& dnf install -y --setopt=install_weak_deps=False $(cat packages.txt) \
&& rm -f packages.txt \
&& dnf clean all \
Expand Down

0 comments on commit ed7078c

Please sign in to comment.