Skip to content

Commit

Permalink
SAM
Browse files Browse the repository at this point in the history
  • Loading branch information
fulvio-m authored Sep 4, 2024
1 parent 30dcfc6 commit a8b0ed0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,4 @@ RUN apk --no-cache add \
&& rm -rf /var/cache/apk/*

# Install aws-sam
RUN wget https://github.com/aws/aws-sam-cli/releases/latest/download/aws-sam-cli-linux-x86_64.zip && \
unzip aws-sam-cli-linux-x86_64.zip -d sam-installation && \
./sam-installation/install && \
sam --version
RUN pip install --break-system-packages aws-sam-cli

0 comments on commit a8b0ed0

Please sign in to comment.