From 123ec73cea3e0ea101d5f7d33865a62e28c31303 Mon Sep 17 00:00:00 2001 From: Hendrik Kleinwaechter Date: Tue, 27 Jun 2023 11:14:14 +0200 Subject: [PATCH] Use locally built tex4ebook --- Dockerfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 27dbbc7..e8e3348 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,10 +2,15 @@ FROM ghcr.io/xu-cheng/texlive-full WORKDIR /root -RUN apk add make zip tidyhtml +RUN apk add make zip tidyhtml git sudo pandoc RUN wget https://archive.org/download/kindlegen_linux_2_6_i386_v2_9/kindlegen_linux_2.6_i386_v2_9.tar.gz RUN tar xzf kindlegen_linux_2.6_i386_v2_9.tar.gz RUN mv kindlegen /usr/bin +RUN git clone https://github.com/michal-h21/tex4ebook.git +WORKDIR /root/tex4ebook +RUN make +RUN make install +WORKDIR /root WORKDIR /opt/the-sourdough-framework