rrthomas / hpmor

PDF, ePUB and Mobi versions of “Harry Potter and the Methods of Rationality”, from LaTeX source
http://hpmor.com/
295 stars 55 forks source link

Create Dockerfile #145

Closed entorb closed 1 year ago

entorb commented 1 year ago

Here a proposal for a Dockerfile that allows for compiling pdfs and ebooks without the need to install all the required packages on the host filesystem. Requirements: Docker installation.

rrthomas commented 1 year ago

Good idea, I don't think this is something I want to get deeply involved in (though maybe given my recent experiences with on-prem servers with bespoke config breaking down, maybe I should!), so I'm happy for you to merge it, @entorb.

entorb commented 1 year ago

I am kind of new to Docker, so happy for feedback ;-).

I wouldn't say I'm an expert either!

One comment: I added the package texlive-lang-german so I can use the same image for EN and DE repo. Hope this is not problem for you.

Sure, no problem.