Skip to content

Commit

Permalink
alma8: use cmake (3.20) package from AppStream.
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel-Naumann committed Nov 21, 2023
1 parent 4c06660 commit 629f037
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions alma8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ RUN dnf update -y \
&& dnf install -y --setopt=install_weak_deps=False $(cat packages.txt) \
&& rm -f packages.txt \
&& dnf clean all \
&& rm -rf /var/cache/dnf \
&& curl -O -L https://github.com/Kitware/CMake/releases/download/v3.26.2/cmake-3.26.2-linux-x86_64.sh \
&& sh ./cmake-*.sh --skip-license --prefix=/usr/local/ \
&& rm ./cmake-*.sh
&& rm -rf /var/cache/dnf

RUN mkdir -p /py-venv \
&& python3 -m venv /py-venv/ROOT-CI \
Expand Down

0 comments on commit 629f037

Please sign in to comment.