Remove kindlegen

Not needed anymore now that we don't do azw3 files anymore.
This commit is contained in:
Ced
2023-10-13 10:06:19 +01:00
parent be954493e6
commit fc876a7d00

View File

@@ -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"]