Skip to content

Commit bb674b7

Browse files
committed
Update Dockerfile
1 parent 3267619 commit bb674b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

aws-cli/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ RUN dnf upgrade -y \
4646
# @TL FIXME: --break-system-packages not supported until Python 3.11.
4747
RUN pip3 install --no-cache-dir --upgrade \
4848
cfn-policy-validator==0.0.36 \
49+
json2yaml==1.2.0 \
50+
yamlpath==3.8.2 \
51+
yq==3.4.3 \
4952
&& IFS=$'\n\t' \
5053
&& msg="$(pip3 list --outdated | grep -i -e '^cfn-policy-validator ' || true)" \
5154
&& if [ -n "${msg}" ]; then \

0 commit comments

Comments
 (0)