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 2d23eb8 commit d2f47c9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Docker/awshelper/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,14 @@ RUN apt-get update && apt-get upgrade -y \
wget \
gettext-base

# Install system dependencies
RUN apt-get update && apt-get install -y \
python3-setuptools \
python3-crcmod \
yq \
&& python3 -m pip install --upgrade pyyaml 'gen3>4' --break-system-packages
yq

RUN python3 -c "import yaml" || python3 -m pip install --break-system-packages pyyaml; \
python3 -m pip install --break-system-packages 'gen3>4'

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

0 comments on commit d2f47c9

Please sign in to comment.