Update Dockerfiles (#207)

Add chrpath to dockerfiles

[ROCm/rocprofiler-systems commit: fc08d56fb4]
This commit is contained in:
David Galiffi
2025-05-15 21:06:12 -04:00
committed by GitHub
parent 3fa24a0012
commit 909602e1f4
6 changed files with 6 additions and 6 deletions
@@ -23,7 +23,7 @@ RUN set +e; \
RUN zypper --non-interactive update -y && \
zypper --non-interactive dist-upgrade -y && \
zypper --non-interactive install -y -t pattern devel_basis && \
zypper --non-interactive install -y binutils-gold cmake curl dpkg-devel \
zypper --non-interactive install -y binutils-gold chrpath cmake curl dpkg-devel \
gcc-c++ git libdrm-devel libnuma-devel openmpi3-devel python3-pip rpm-build \
wget && \
python3 -m pip install 'cmake==3.21'