Skip to content

Commit

Permalink
Remove kindlegen
Browse files Browse the repository at this point in the history
Not needed anymore now that we don't do azw3 files anymore.
  • Loading branch information
cedounet committed Oct 13, 2023
1 parent be95449 commit fc876a7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit fc876a7

Please sign in to comment.