From 15026a91072b1e316c5ba06c144c6b4742e674d3 Mon Sep 17 00:00:00 2001 From: Mats Rynge Date: Thu, 19 Sep 2024 07:52:31 -0700 Subject: [PATCH] Added xxhash-devel to rocky:9 images --- htc/rocky:9-cuda-12.6.0/Dockerfile | 3 ++- htc/rocky:9/Dockerfile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/htc/rocky:9-cuda-12.6.0/Dockerfile b/htc/rocky:9-cuda-12.6.0/Dockerfile index 86b144f..e4d857e 100644 --- a/htc/rocky:9-cuda-12.6.0/Dockerfile +++ b/htc/rocky:9-cuda-12.6.0/Dockerfile @@ -78,7 +78,8 @@ RUN dnf -y install --allowerasing --enablerepo=osg-testing \ time \ tk-devel \ wget \ - which + which \ + xxhash-devel # pelican RUN dnf -y upgrade --enablerepo=osg-upcoming stashcp diff --git a/htc/rocky:9/Dockerfile b/htc/rocky:9/Dockerfile index c18e120..a9b94e7 100644 --- a/htc/rocky:9/Dockerfile +++ b/htc/rocky:9/Dockerfile @@ -78,7 +78,8 @@ RUN dnf -y install --allowerasing --enablerepo=osg-testing \ time \ tk-devel \ wget \ - which + which \ + xxhash-devel # pelican RUN dnf -y upgrade --enablerepo=osg-upcoming stashcp