Skip to content

Commit

Permalink
Merge pull request #2 from digital-land/fix/add-missing-awscli
Browse files Browse the repository at this point in the history
Add missing awscli requirement in Dockerfile
  • Loading branch information
cpcundill authored Nov 4, 2024
2 parents 3407bfd + b26355a commit 1d58321
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN apt-get update
RUN apt-get upgrade -y
RUN apt-get install curl git bats -y

RUN pip install awscli
COPY requirements/requirements.txt /requirements.txt
RUN pip install --upgrade pip
RUN pip install --upgrade -r requirements.txt
Expand Down

0 comments on commit 1d58321

Please sign in to comment.