Move to arch based images

This commit is contained in:
2025-12-23 16:16:00 +01:00
parent f4f60a1418
commit cbe823c9e3
4 changed files with 11 additions and 9 deletions

View File

@@ -14,3 +14,7 @@ docker run --name container-name -v /path/to/latex/build/dir/on/host:/root/data
The arguments that can be passed to the container are the following (in order):
1. Extra arguments for `latexmk` (you can also use this to provide the entry file)
2. Extra packages (alpine linux) to install in the container
To build all (i.e. both the full and default image) you can use the provided `build-all.sh` script.
The default image is just a base image that may or may not work with your latex setup, where the full image also allows building with `pygments` for e.g. minted.