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 5e48a29 commit b0b9f08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node
FROM ubuntu

LABEL version="1.0.0"

Expand All @@ -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 python3-pip && pip3 install --upgrade --user awscli
RUN apt-get update && apt-get install -y awscli

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

0 comments on commit b0b9f08

Please sign in to comment.