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 91aae0f commit 9f41f13Copy full SHA for 9f41f13
aws-cli/Dockerfile
@@ -36,7 +36,7 @@ RUN dnf upgrade -y \
36
wget-1.21.3-1.amzn2023.0.4 \
37
xz-5.2.5-9.amzn2023.0.2 \
38
zip-3.0-28.amzn2023.0.2 \
39
- && if dnf upgrade -y | tee -a /dev/stderr | grep -q -e '^Nothing to do.' ; then \
+ && if dnf upgrade -y | tee -a /dev/stderr | grep -q -v -e '^Nothing to do.' ; then \
40
exit 1 ; \
41
fi \
42
&& dnf clean all \
0 commit comments