Skip to content

Commit b7a82a6

Browse files
1 parent 521050a commit b7a82a6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

cli/src/pcluster/resources/imagebuilder/parallelcluster.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,11 @@ phases:
232232
fi
233233
fi
234234
yum -y update krb5-libs
235-
yum -y groupinstall development && sudo yum -y install curl wget jq
235+
yum -y groupinstall development && sudo yum -y install wget jq
236+
if [[ ${!OS} != alinux2023 ]]; then
237+
# Do not install curl on al2023 since curl-minimal-8.5.0-1.amzn2023* is already shipped and conflicts.
238+
yum -y install curl
239+
fi
236240
elif [[ ${!PLATFORM} == DEBIAN ]]; then
237241
if [[ "${CfnParamUpdateOsAndReboot}" == "false" ]]; then
238242
# disable apt-daily.timer to avoid dpkg lock

0 commit comments

Comments
 (0)