mirror of
https://github.com/ROCm/ROCm-docker.git
synced 2025-12-24 14:21:42 +01:00
Using the rocm/dev-ubuntu-24.04:latest container I noticed that we couldn't run rocprofv3, roc-obj-ls, and roc-obj-extract because of missing dependencies. rocprofv3 requires libdw1. roc-obj-ls and roc-obj-extract require libfile-which-perl and liburi-perl. This patch fixes the issue adding these dependencies to the ubuntu Dockerfiles.