Skip to content

Commit 938afb1

Browse files
1 parent 8bc25b8 commit 938afb1

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
@@ -234,7 +234,11 @@ phases:
234234
fi
235235
fi
236236
yum -y update krb5-libs
237-
yum -y groupinstall development && sudo yum -y install curl wget jq
237+
yum -y groupinstall development && sudo yum -y install wget jq
238+
if [[ ${!OS} != alinux2023 ]]; then
239+
# Do not install curl on al2023 since curl-minimal-8.5.0-1.amzn2023* is already shipped and conflicts.
240+
yum -y install curl
241+
fi
238242
elif [[ ${!PLATFORM} == DEBIAN ]]; then
239243
if [[ "${CfnParamUpdateOsAndReboot}" == "false" ]]; then
240244
# disable apt-daily.timer to avoid dpkg lock

0 commit comments

Comments
 (0)