Skip to content

Commit

Permalink
Merge pull request #17 from shopkeep/noticket-packagecloud
Browse files Browse the repository at this point in the history
Add package_cloud image to use in CI
  • Loading branch information
paddycarey authored May 24, 2018
2 parents b236f0e + 555ef79 commit ab9eca8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package_cloud/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM ruby:2.5.1-alpine3.7

ENV PATH=/usr/local/bundle/bin:$PATH

RUN apk add --no-cache build-base
RUN gem install package_cloud -v 0.3.05
3 changes: 3 additions & 0 deletions package_cloud/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# packagecloud

Docker image containing the packagecloud CLI. Used for deploying packages to packagecloud from CI.

0 comments on commit ab9eca8

Please sign in to comment.