Skip to content

Commit

Permalink
install awscli in the container
Browse files Browse the repository at this point in the history
  • Loading branch information
carlospolop committed Jan 9, 2025
1 parent e4feac2 commit 1bf0486
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ RUN apt-get update && apt-get install -y \
wget \
git \
sudo \
build-essential
build-essential \
awscli

# Install Python libraries
RUN pip install --upgrade pip && \
Expand Down

0 comments on commit 1bf0486

Please sign in to comment.