Skip to content

Commit

Permalink
Update narou to 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jam7 committed Jun 17, 2017
1 parent 53a6461 commit 1965200
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM openjdk:8-jre-alpine
ENV AOZORA_EPUB3 AozoraEpub3-1.1.0b46.zip
ENV KINDLEGEN kindlegen_linux_2.6_i386_v2_9.tar.gz
ENV NAROU_VERSION 3.1.1
ENV NAROU_VERSION 3.1.2
WORKDIR /opt/narou

RUN apk --update add ruby ruby-io-console ruby-json wget unzip && rm -rf /var/cache/apk/*
Expand All @@ -14,7 +14,6 @@ RUN wget http://kindlegen.s3.amazonaws.com/${KINDLEGEN} && \
tar zxf ${KINDLEGEN} -C /opt/kindlegen && \
rm ${KINDLEGEN}

COPY narou-3.1.1.gem .
RUN gem install narou -v ${NAROU_VERSION} --no-document

COPY init.sh /usr/local/bin
Expand Down
Binary file removed narou-3.1.1.gem
Binary file not shown.

0 comments on commit 1965200

Please sign in to comment.