Skip to content

Commit

Permalink
Merge pull request #254 from hendricius/fix-ci
Browse files Browse the repository at this point in the history
Fix ci with Imagemagick
  • Loading branch information
cedounet authored Oct 13, 2023
2 parents bd143af + fc876a7 commit f12f225
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN apt-get update && \
wget \
ruby3.1 \
ruby-dev \
imagemagick \
build-essential

WORKDIR /root
Expand All @@ -31,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 f12f225

Please sign in to comment.