mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Clean up pandoc temporary files
This commit is contained in:
parent
70b82795c9
commit
f7494711f6
1 changed files with 2 additions and 0 deletions
|
|
@ -12,9 +12,11 @@ apt-get install -yq --no-install-recommends \
|
|||
texlive-fonts-recommended lmodern ed file curl gnupg2
|
||||
|
||||
# Install pandoc v2.3.1
|
||||
cd /tmp
|
||||
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
|
||||
rm -rf /tmp/pandoc*
|
||||
|
||||
# Set UTF-8
|
||||
echo "en_US.UTF-8 UTF-8" > /etc/locale.gen
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue