Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleplus committed Apr 28, 2024
1 parent 8131bfd commit 6568a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN yum update -y \
&& yum clean all \
&& rm -rf /var/cache/yum

# FIXME: --break-system-packages not supported until Python 3.11
# @TL FIXME: --break-system-packages not supported until Python 3.11
# hadolint ignore=DL3013
RUN pip3 install --no-cache-dir --upgrade cfn-policy-validator

Expand Down

0 comments on commit 6568a23

Please sign in to comment.