Skip to content

Commit 59ced61

Browse files
committed
Update
1 parent b81e3bf commit 59ced61

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.jenkins/build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ sudo apt-get update || sudo apt-get install libgnutls30
1515
sudo apt-get update
1616
sudo apt-get install -y --no-install-recommends unzip p7zip-full sox libsox-dev libsox-fmt-all rsync
1717

18+
# Install pandoc (does not install from pypi)
19+
sudo apt-get update
20+
sudo apt-get install -y pandoc
21+
1822
# NS: Path to python runtime should already be part of docker container
1923
# export PATH=/opt/conda/bin:$PATH
2024
rm -rf src

0 commit comments

Comments
 (0)