Skip to content

Commit

Permalink
fix(docker): Install clang/mold in Docker builder
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Mar 23, 2024
1 parent 7897ea8 commit 59d0c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/build
Expand Up @@ -15,7 +15,7 @@ RUNTIME_DEPS='bc bcprov curl decasify entr epubcheck fontconfig ghostscript git
' perl perl-yaml perl-yaml-merge-simple'\
' python python-isbnlib python-deepl python-pandocfilters python-pantable python-ruamel-yaml python-usfm2osis-cw-git'\
' xcftools xorg-server-xvfb'
BUILD_DEPS='base-devel autoconf-archive cargo node-prune yarn'
BUILD_DEPS='base-devel autoconf-archive cargo clang mold node-prune yarn'

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

0 comments on commit 59d0c17

Please sign in to comment.