diff --git a/contrib/teamcity/setup-debian-buster.sh b/contrib/teamcity/setup-debian-buster.sh --- a/contrib/teamcity/setup-debian-buster.sh +++ b/contrib/teamcity/setup-debian-buster.sh @@ -123,3 +123,8 @@ pip3 install teamcity-messages # Python library for merging nested structures pip3 install deepmerge + +# Install pandoc. The version from buster is outdated, so get a more recent one +# from github. +wget https://github.com/jgm/pandoc/releases/download/2.10.1/pandoc-2.10.1-1-amd64.deb +DEBIAN_FRONTEND=noninteractive dpkg -i pandoc-2.10.1-1-amd64.deb