mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-25 12:31:12 -06:00
Use trixie as base image (#287)
* Use trixie as base image * Install dvisvgm manually and fix ruby encodign issues
This commit is contained in:
committed by
GitHub
parent
6b56aeac1b
commit
6a82cf6f41
4
makefile
4
makefile
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user