Update cmake version installed in dockerfiles (#25)

* Update cmake version installed in dockerfiles
* Standardize the cmake_minimum_required to 3.18.4 across dockerfiles
* Fix link to perl repo in opensuse docker.

---------

Signed-off-by: David Galiffi <David.Galiffi@amd.com>

[ROCm/rocprofiler-systems commit: 7633d86c62]
This commit is contained in:
David Galiffi
2024-11-08 18:49:42 -05:00
parent d8c98d2d4d
commit 42580afbb4
6 changed files with 20 additions and 9 deletions
@@ -30,7 +30,8 @@ RUN zypper --non-interactive update -y && \
zypper --non-interactive install -y binutils-gold cmake curl dpkg-devel \
gcc-c++ git libnuma-devel openmpi3-devel papi-devel python3-pip \
rpm-build wget && \
zypper --non-interactive clean --all
zypper --non-interactive clean --all && \
python3 -m pip install 'cmake==3.18.4'
COPY ./dyninst-source /tmp/dyninst