Skip to content

Commit 0523902

Browse files
authored
Update Dockerfile
1 parent 2707abe commit 0523902

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
@@ -29,7 +29,7 @@ RUN dnf upgrade -y \
2929
&& rm -rf /var/cache/yum
3030

3131
# @TL FIXME: --break-system-packages not supported until Python 3.11.
32-
RUN pip3 install --no-cache-dir --upgrade --break-system-packages \
32+
RUN pip3 install --no-cache-dir --upgrade \
3333
cfn-policy-validator==0.0.36 \
3434
&& IFS=$'\n\t' \
3535
&& msg="$(pip3 list --outdated | grep -i -e '^cfn-policy-validator ' || true)" \

0 commit comments

Comments
 (0)