mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-09 04:31:11 -06:00
@@ -20,6 +20,7 @@ RUN apt-get update && \
|
|||||||
wget \
|
wget \
|
||||||
ruby3.1 \
|
ruby3.1 \
|
||||||
ruby-dev \
|
ruby-dev \
|
||||||
|
imagemagick \
|
||||||
build-essential
|
build-essential
|
||||||
|
|
||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
@@ -31,9 +32,4 @@ COPY website/Gemfile /root
|
|||||||
COPY website/.ruby-version /root
|
COPY website/.ruby-version /root
|
||||||
RUN bundle install
|
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"]
|
CMD ["/bin/bash"]
|
||||||
|
|||||||
Reference in New Issue
Block a user