- Las Vegas, NV
- https://alfter.us/
- Joined on
2025-10-14
Block a user
ebookmaker (latest)
Installation
docker pull git.alfter.us/salfter/ebookmaker:latestsha256:a433d588a670cff3638fc632f2b15637889631446ee6e4d91bf3518d9d9cd71b
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1742169600' |
| RUN /bin/sh -c apt update && apt install -y libcairo2-dev fonts-noto fonts-noto-cjk pipenv && rm -r /var/lib/apt/lists/* && pipenv install ebookmaker # buildkit |
| COPY kindlegen_linux_2.6_i386_v2_9.tar.gz . # buildkit |
| RUN /bin/sh -c tar xf kindlegen_linux_2.6_i386_v2_9.tar.gz kindlegen && mv kindlegen /usr/local/bin/ && rm kindlegen_linux_2.6_i386_v2_9.tar.gz # buildkit |
| COPY ebookmaker-config /etc/ebookmaker.conf # buildkit |
| ENTRYPOINT ["pipenv" "run" "ebookmaker"] |