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 2707abe commit 0523902Copy full SHA for 0523902
aws-cli/Dockerfile
@@ -29,7 +29,7 @@ RUN dnf upgrade -y \
29
&& rm -rf /var/cache/yum
30
31
# @TL FIXME: --break-system-packages not supported until Python 3.11.
32
-RUN pip3 install --no-cache-dir --upgrade --break-system-packages \
+RUN pip3 install --no-cache-dir --upgrade \
33
cfn-policy-validator==0.0.36 \
34
&& IFS=$'\n\t' \
35
&& msg="$(pip3 list --outdated | grep -i -e '^cfn-policy-validator ' || true)" \
0 commit comments