Skip to content

Commit 0aa88ea

Browse files
authored
Merge pull request #33 from DARMA-tasking/32-add-missing-package-for-documentation-build
#32: Add `texlive-font-utils` to `gcc-9` image
2 parents 9b23627 + e38e971 commit 0aa88ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ target "build-all" {
330330
compiler = "gcc-9"
331331
distro_version = "20.04"
332332
path_prefix = "/opt/doxygen/bin:"
333-
extra_packages = "python3-jinja2 python3-pygments"
333+
extra_packages = "python3-jinja2 python3-pygments texlive-font-utils"
334334
deps = <<EOF
335335
cmake: ['3.23.4']
336336
doxygen: ['1.8.16']

0 commit comments

Comments
 (0)