Skip to content

Commit

Permalink
add aws cli to image as it comes in handy for oddball deploy scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
wr0ngway committed Sep 16, 2019
1 parent ad99ed3 commit 392bb9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ RUN apk --update upgrade && \
apk add \
--virtual build_deps \
$BUILD_PACKAGES && \
apk add aws-cli --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ && \
rake install && \
apk del build_deps && \
rm -rf /var/cache/apk/*
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN apk --update upgrade && \
apk add \
--virtual build_deps \
$BUILD_PACKAGES && \
apk add aws-cli --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ && \
bundle install && \
apk del build_deps && \
rm -rf /var/cache/apk/*
Expand Down

0 comments on commit 392bb9b

Please sign in to comment.