Skip to content

Commit

Permalink
Change to use narou-3.2.2 and update to v1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jam7 committed May 26, 2018
1 parent 90fd24b commit b6e7ca0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 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.11
ENV NAROU_VERSION 3.2.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,7 @@ RUN wget http://kindlegen.s3.amazonaws.com/${KINDLEGEN} && \
tar zxf ${KINDLEGEN} -C /opt/kindlegen && \
rm ${KINDLEGEN}

COPY narou-${NAROU_VERSION}.gem .
#COPY narou-${NAROU_VERSION}.gem .
RUN apk add --no-cache --virtual .ruby-builddeps build-base libffi-dev ruby-dev && \
gem install narou -v ${NAROU_VERSION} --no-document && \
apk del .ruby-builddeps
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

RELEASE_VERSION = v1.7
RELEASE_VERSION = v1.8
VERSION = latest

OPTIONS = \
Expand Down

0 comments on commit b6e7ca0

Please sign in to comment.