From 173fd1e717a486d5e0a82a258d2eae525ccf33d1 Mon Sep 17 00:00:00 2001 From: malcgds Date: Thu, 20 Jul 2023 08:27:24 +0100 Subject: [PATCH] [#185500801] Upgrading pyyaml --- awscli/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/awscli/Dockerfile b/awscli/Dockerfile index 639619fd..b3487d8f 100644 --- a/awscli/Dockerfile +++ b/awscli/Dockerfile @@ -7,5 +7,6 @@ RUN apk add --no-cache \ less>=590-r0 \ python3~3.10 \ py3-pip~22 \ - && pip3 install --upgrade pip \ - awscli==$AWSCLI_VERSION + && pip3 install \ + awscli==$AWSCLI_VERSION \ + pyyaml~=6.0 --upgrade