Skip to content

Commit

Permalink
clean dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dodeeric committed Aug 22, 2020
1 parent ef8578b commit b59c9b2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:focal

# App to convert a PDF file (myfile.pdf) to a fixed layout or reflowable text ePub file (myfile.epub).
# App to convert a PDF file (myfile.pdf) to a fixed layout ePub file (myfile.epub).
# By Eric Dodémont (eric.dodemont@skynet.be)
# Belgium, July-August 2020

Expand All @@ -15,11 +15,6 @@ COPY ./pdf2htmlEX-0.18.8.rc2-master-20200820-ubuntu-20.04-x86_64.deb .
RUN apt-get -q -y install ./pdf2htmlEX-0.18.8.rc2-master-20200820-ubuntu-20.04-x86_64.deb
RUN apt-get -q -y install poppler-utils bc zip file

# Reflowable text ePub: install ebook-convert from Calibre

#RUN apt-get -q -y install wget python xdg-utils xz-utils libnss3
#RUN wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sh /dev/stdin

# Bash script

COPY ./pdf2epubEX.sh /bin
Expand Down

0 comments on commit b59c9b2

Please sign in to comment.