homebrew-cask/.github/actions/sync/Dockerfile

13 lines
249 B
Docker
Raw Normal View History

FROM ruby:alpine
RUN apk update && apk upgrade && \
apk add --no-cache git
LABEL "com.github.actions.icon"="refresh-cw"
LABEL "com.github.actions.color"="green"
2019-02-23 09:07:53 +08:00
RUN gem install octokit
2019-02-23 09:07:53 +08:00
ADD templates.rb /templates.rb
ADD labels.rb /labels.rb