Skip to content

Commit

Permalink
Added xxhash-devel to rocky:9 images
Browse files Browse the repository at this point in the history
  • Loading branch information
rynge committed Sep 19, 2024
1 parent 97d5304 commit 15026a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion htc/rocky:9-cuda-12.6.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion htc/rocky:9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 15026a9

Please sign in to comment.