Skip to content

Commit

Permalink
chore(docker): Add Xvfb dependency to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Mar 17, 2022
1 parent 292d87d commit 13560c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hooks/build
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ RUNTIME_DEPS='bc bcprov entr epubcheck fontconfig ghostscript git git-warp-time
' lua lua-colors-git lua-filesystem lua-yaml'\
' lua53-colors-git lua53-filesystem lua53-yaml'\
' perl perl-yaml perl-yaml-merge-simple'\
' python python-isbnlib python-pandocfilters python-pantable python-ruamel-yaml python-usfm2osis-cw-git'
' python python-isbnlib python-pandocfilters python-pantable python-ruamel-yaml python-usfm2osis-cw-git'\
' xorg-server-xvfb'
BUILD_DEPS='base-devel autoconf-archive cargo luarocks node-prune yarn'

: "${DOCKER_BUILDKIT:=1}"
Expand Down

0 comments on commit 13560c4

Please sign in to comment.