Added standalone build capability

This commit is contained in:
2022-11-19 17:38:39 -08:00
parent f32cfa057b
commit d6c4dab27f
4 changed files with 94 additions and 7 deletions
+16
View File
@@ -0,0 +1,16 @@
# LaTeX Image
A docker image that contains `latexmk` and all requirements. Can be used by CI/CD, or can act as a simple replacement of a full latex installation.
## Contents
- `Dockerfile`: Builds the image
- `run.sh`: Copied into the container, runs `latexmk`
- `latexmk.sh`: Run by host system, can replace `latexmk`.
## Notes
This image has no entrypoint to make it compatible with CI/CD tools. `run.sh` is executed manually (see `latexmk.sh`).
The image takes a few envvars, they are all documented in `latexmk.sh`.