Skip to content

Commit 4dbc40b

Browse files
committed
Update Dockerfile
1 parent 1f70bba commit 4dbc40b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN yum remove python3 \
1414
&& ln -s /usr/bin/python3.8 /usr/bin/python3
1515

1616
RUN yum update -y \
17-
&& yum install -y \
17+
&& yum install -y --setopt=skip_missing_names_on_install=False \
1818
bash-4.2.46-34.amzn2 \
1919
curl-8.3.0-1.amzn2 \
2020
git-2.47.1-1.amzn2.0.2 \

0 commit comments

Comments
 (0)