From fc876a7d00b1919c188c9e3b180faad48388ae19 Mon Sep 17 00:00:00 2001 From: Ced Date: Fri, 13 Oct 2023 10:06:19 +0100 Subject: [PATCH] Remove kindlegen Not needed anymore now that we don't do azw3 files anymore. --- Dockerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7a671561..34f5d85c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,9 +32,4 @@ COPY website/Gemfile /root COPY website/.ruby-version /root RUN bundle install -# Install support to build amazon kindle books -RUN wget https://archive.org/download/kindlegen_linux_2_6_i386_v2_9/kindlegen_linux_2.6_i386_v2_9.tar.gz && \ - tar xzf kindlegen_linux_2.6_i386_v2_9.tar.gz && \ - mv kindlegen /usr/bin - CMD ["/bin/bash"]