Adds build-base

This commit is contained in:
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.