mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Add yamllint to the www-gitlab-com image
python3-pkg-resources was also added as a dependency, because there's bug in Debian Stretch http://debian.2.n7.nabble.com/Bug-917271-yamllint-requires-module-pkg-resources-but-does-not-depend-on-it-td4440193.html Needed for https://gitlab.com/gitlab-com/www-gitlab-com/-/merge_requests/47628
This commit is contained in:
parent
ce9241d41a
commit
3857ddbeac
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue