mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Install pandoc v2.3.1 to www-gitlab-com image
This commit is contained in:
parent
311bb35edb
commit
78aa73c6ce
1 changed files with 5 additions and 1 deletions
|
|
@ -8,9 +8,13 @@ export DEBIAN_FRONTEND=noninteractive
|
|||
apt-get update
|
||||
apt-get install -yq --no-install-recommends \
|
||||
make gcc g++ locales \
|
||||
git-core pandoc texlive-latex-recommended texlive-xetex \
|
||||
git-core texlive-latex-recommended texlive-xetex \
|
||||
texlive-fonts-recommended lmodern ed file curl gnupg2
|
||||
|
||||
# Install pandoc v2.3.1
|
||||
curl -L -O https://github.com/jgm/pandoc/releases/download/2.3.1/pandoc-2.3.1-linux.tar.gz
|
||||
tar xvf pandoc-2.3.1-linux.tar.gz
|
||||
cp pandoc-2.3.1/bin/* /usr/local/bin
|
||||
|
||||
# Set UTF-8
|
||||
echo "en_US.UTF-8 UTF-8" > /etc/locale.gen
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue