Skip to content

Commit 4f785fa

Browse files
committed
Updated to calibre v2.53
1 parent b33ed60 commit 4f785fa

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM fedora:23
22
MAINTAINER Bradley Leonard <[email protected]>
33

44
# install calibre cronie
5-
RUN dnf -y install calibre-2.49.0
5+
RUN dnf -y install calibre-2.53.0
66

77
# create directories
88
#RUN mkdir /library & mkdir /addbooks & mkdir /scripts

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
This contains the docker file and all necessary files to build a docker container for calibre.
44

5-
Calibre (https://calibre-ebook.com) is probably the best e-book management system out there. This docker container will run the
6-
server portion only.
5+
Calibre (https://calibre-ebook.com) is probably the best e-book management system out there. This docker container will run the server portion only.
76

87
### Preperation
98

0 commit comments

Comments
 (0)