We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f70bba commit 4dbc40bCopy full SHA for 4dbc40b
aws-cli/Dockerfile
@@ -14,7 +14,7 @@ RUN yum remove python3 \
14
&& ln -s /usr/bin/python3.8 /usr/bin/python3
15
16
RUN yum update -y \
17
- && yum install -y \
+ && yum install -y --setopt=skip_missing_names_on_install=False \
18
bash-4.2.46-34.amzn2 \
19
curl-8.3.0-1.amzn2 \
20
git-2.47.1-1.amzn2.0.2 \
0 commit comments