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
@@ -26,7 +26,7 @@ ENV CMAKE_PREFIX_PATH /usr/local:${CMAKE_PREFIX_PATH}
RUN apt-get update && \
apt-get dist-upgrade -y && \
apt-get install -y autoconf autotools-dev bash-completion bison build-essential \
bzip2 cmake curl environment-modules flex gettext git-core gnupg2 gzip \
bzip2 chrpath cmake curl environment-modules flex gettext git-core gnupg2 gzip \
libiberty-dev libpapi-dev libpfm4-dev libtool locales lsb-release m4 \
python3-pip texinfo unzip wget vim zip zlib1g-dev && \
apt-get autoclean && \