Browse Source

docker image: install pandoc

emacs-27
Leonid Plyushch 5 years ago
parent
commit
3e7ea9df42
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 1
      scripts/setup-ubuntu.sh

1
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.

Loading…
Cancel
Save