From 6568a2386e2a8b668a601f16758bf2ec47a00d32 Mon Sep 17 00:00:00 2001 From: Thomas Leplus Date: Sun, 28 Apr 2024 11:50:59 -0300 Subject: [PATCH] Update Dockerfile --- aws-cli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-cli/Dockerfile b/aws-cli/Dockerfile index ff58d5a..2e44aa1 100644 --- a/aws-cli/Dockerfile +++ b/aws-cli/Dockerfile @@ -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