Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
use my image
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 committed Sep 28, 2019
1 parent efbe083 commit b278f9d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
FROM ruby:slim
FROM dawidd6/ruby-octokit

COPY entrypoint.rb /

# https://github.com/octokit/octokit.rb/issues/1155
RUN gem install faraday -v 0.15.4
RUN gem install octokit

ENTRYPOINT ["/entrypoint.rb"]

0 comments on commit b278f9d

Please sign in to comment.