forked from MGenteluci/cloudformation-deploy-action
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ross Ragsdale
authored
Nov 3, 2019
1 parent
7cc012d
commit 5718d1e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]>" | ||
|
||
RUN apt-get update && apt-get install -y awscli && apt-get install -y python-pip && pip install --user aws-sam-cli | ||
RUN apt-get update && apt-get install -y awscli | ||
|
||
ADD entrypoint.sh /entrypoint.sh | ||
ENTRYPOINT ["/entrypoint.sh"] |