Merge branch 'www-gitlab-com-yamllint' into 'master'

Add yamllint to the www-gitlab-com image

See merge request gitlab-org/gitlab-build-images!294
This commit is contained in:
Stan Hu 2020-05-25 14:19:39 +00:00
commit f7e9869699

View file

@ -11,6 +11,7 @@ apt-get install -yq --no-install-recommends \
make gcc g++ locales \ make gcc g++ locales \
rsync git-core texlive-latex-recommended texlive-xetex \ rsync git-core texlive-latex-recommended texlive-xetex \
texlive-fonts-recommended lmodern ed file curl gnupg2 \ texlive-fonts-recommended lmodern ed file curl gnupg2 \
yamllint python3-pkg-resources \
cd /tmp cd /tmp
curl -L -O https://github.com/jgm/pandoc/releases/download/2.3.1/pandoc-2.3.1-linux.tar.gz curl -L -O https://github.com/jgm/pandoc/releases/download/2.3.1/pandoc-2.3.1-linux.tar.gz