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 3267619 commit bb674b7Copy full SHA for bb674b7
aws-cli/Dockerfile
@@ -46,6 +46,9 @@ RUN dnf upgrade -y \
46
# @TL FIXME: --break-system-packages not supported until Python 3.11.
47
RUN pip3 install --no-cache-dir --upgrade \
48
cfn-policy-validator==0.0.36 \
49
+ json2yaml==1.2.0 \
50
+ yamlpath==3.8.2 \
51
+ yq==3.4.3 \
52
&& IFS=$'\n\t' \
53
&& msg="$(pip3 list --outdated | grep -i -e '^cfn-policy-validator ' || true)" \
54
&& if [ -n "${msg}" ]; then \
0 commit comments