Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Ragsdale authored Nov 3, 2019
1 parent 08fbff6 commit acc122b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LABEL repository="https://github.com/r0zar/sam-deploy-action"
LABEL homepage="https://github.com/r0zar/sam-deploy-action"
LABEL maintainer="Ross Ragsdale <ross.ragsdale@gmail.com>"

RUN apt-get update && apt-get install -y awscli && apt-get install python-pip && pip install --user aws-sam-cli
RUN apt-get update && apt-get install -y awscli && apt-get install -y python-pip && pip install --user aws-sam-cli

ADD entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit acc122b

Please sign in to comment.