File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ WORKDIR /opt/narou
7
7
RUN apk --update add ruby ruby-io-console ruby-json wget unzip && rm -rf /var/cache/apk/*
8
8
9
9
RUN wget https://github.com/jam7/AozoraEpub3/releases/download/1.1.0b46/${AOZORA_EPUB3} -O /opt/AozoraEpub3.zip
10
+ RUN wget https://github.com/jam7/AozoraEpub3/releases/download/openjdk-support/AozoraEpub3.jar -O /opt/AozoraEpub3.jar
10
11
11
12
RUN wget http://kindlegen.s3.amazonaws.com/${KINDLEGEN} && \
12
13
mkdir -p /opt/kindlegen && \
Original file line number Diff line number Diff line change 2
2
3
3
if [ ! -d " /opt/narou/.narou" ]; then
4
4
unzip -q /opt/AozoraEpub3.zip -d /opt/narou/AozoraEpub3
5
+ cp /opt/AozoraEpub3.jar /opt/narou/AozoraEpub3
5
6
ln -s /opt/kindlegen/kindlegen /opt/AozoraEpub3
6
7
narou init -p /opt/narou/AozoraEpub3
7
8
narou setting device=kindle
You can’t perform that action at this time.
0 commit comments