Skip to content

Commit 9f41f13

Browse files
committed
build(python): switch to pipx for better virtual env isolation
1 parent 91aae0f commit 9f41f13

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
@@ -36,7 +36,7 @@ RUN dnf upgrade -y \
3636
wget-1.21.3-1.amzn2023.0.4 \
3737
xz-5.2.5-9.amzn2023.0.2 \
3838
zip-3.0-28.amzn2023.0.2 \
39-
&& if dnf upgrade -y | tee -a /dev/stderr | grep -q -e '^Nothing to do.' ; then \
39+
&& if dnf upgrade -y | tee -a /dev/stderr | grep -q -v -e '^Nothing to do.' ; then \
4040
exit 1 ; \
4141
fi \
4242
&& dnf clean all \

0 commit comments

Comments
 (0)