Skip to content

Commit 094e090

Browse files
author
laveen
committed
Fix the dependency
1 parent 911c3d6 commit 094e090

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

community/examples/hpc-build-slurm-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ deployment_groups:
5252
#!/bin/bash
5353
set -e -o pipefail
5454
# Slurm build will install and set python3.12 as the default python3
55-
dnf install -y python3.12 python3.12-pip
55+
dnf install -y python3.12 python3.12-pip perl-ExtUtils-MakeMaker perl-devel
5656
python3.12 -m pip install pip --upgrade
5757
python3.12 -m pip install ansible==8.7.0
5858
export PATH=/usr/local/bin:$PATH

0 commit comments

Comments
 (0)