From 3e7ea9df4209f95b9e4dd33b57895dd3d7e5c0da Mon Sep 17 00:00:00 2001 From: Leonid Plyushch Date: Wed, 28 Aug 2019 15:23:28 +0300 Subject: [PATCH] docker image: install pandoc --- scripts/setup-ubuntu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index e70118f84..5b115896e 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -28,6 +28,7 @@ PACKAGES+=" python3.7" PACKAGES+=" tar" PACKAGES+=" unzip" PACKAGES+=" m4" +PACKAGES+=" pandoc" # For manpage generation for uftrace package. PACKAGES+=" pkg-config" PACKAGES+=" python3-docutils" # For rst2man, used by mpv. PACKAGES+=" python3-setuptools" # Needed by at least asciinema.