Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoaugustine authored Mar 4, 2025
1 parent 458b952 commit 2192589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Docker/awshelper/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ RUN apt-get update && apt-get install -y \
python3-setuptools \
python3-crcmod \
yq \
&& python3 -m pip install --upgrade pip \
&& python3 -m pip install --upgrade pyyaml 'gen3>4'
&& python3 -m pip install --upgrade pip --break-system-packages \
&& python3 -m pip install --upgrade pyyaml 'gen3>4' --break-system-packages

# aws cli v2
RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" \
Expand Down

0 comments on commit 2192589

Please sign in to comment.