Disable BenchNine font the in borgmatic docs tarball, because Debian policy doesn't allow fonts they don't compile themselves.

This commit is contained in:
Dan Helfman
2026-03-02 23:19:03 -08:00
parent e693e42b9e
commit 43d8c25234
6 changed files with 13 additions and 6 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ if [ -e "$USER_PODMAN_SOCKET_PATH" ]; then
export CONTAINER_SOCKET_PATH="$USER_PODMAN_SOCKET_PATH"
fi
podman build --tag borgmatic-release-docs --file docs/Dockerfile .
podman build --tag borgmatic-release-docs --file docs/Dockerfile --env FONT=plain .
docs_container_id=$(podman create borgmatic-release-docs)
podman cp "$docs_container_id":/usr/share/nginx/html - > borgmatic-docs-dump.tar
tar xf borgmatic-docs-dump.tar