Use trixie as base image (#287)

* Use trixie as base image

* Install dvisvgm manually and fix ruby encodign issues
This commit is contained in:
Hendrik Kleinwaechter
2023-11-24 07:20:18 +01:00
committed by GitHub
parent 6b56aeac1b
commit 6a82cf6f41
3 changed files with 44 additions and 9 deletions

View File

@@ -13,14 +13,14 @@ build_docker_image:
push_docker_image: build_docker_image
docker push $(DOCKER_IMAGE):latest
# Books/website
# Books/website
# Quicker run for each commit, shall catch most problems
validate:
$(DOCKER_CMD) "cd /opt/repo/book && make -j build_serif_pdf build_ebook"
build_pdf:
$(DOCKER_CMD) "cd /opt/repo/book && make"
$(DOCKER_CMD) "cd /opt/repo/book && make"
bake:
$(DOCKER_CMD) "cd /opt/repo/book && make -j bake"