Adds build-base

这个提交包含在:
Nemo 2018-06-01 01:51:52 +05:30
父节点 7d9ab1c7a3
当前提交 abecbb3302
共有 2 个文件被更改,包括 4 次插入0 次删除

查看文件

@ -4,6 +4,7 @@ MAINTAINER Nemo <opml.docker@captnemo.in>
WORKDIR /app
COPY Gemfile Gemfile.lock /app/
RUN apk add --no-cache build-base
RUN bundle install
COPY . /app

查看文件

@ -5,3 +5,6 @@ Simple web tool to generate OPML files to let you use RSS feeds everywhere
Currently only support GitHub Starred Repos: It generates an OPML file so you can follow all of your starred repos easily.
I plan to add more OPML generators: GoodReads feed perhaps?
The canonical URL for this project is https://git.captnemo.in/nemo/opml-gen,
a [mirror](github.com/captn3m0/opml-gen) is maintained on GitHub.