From 3857ddbeac54a2c062003f43ada40cbe14995325 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Mon, 25 May 2020 16:02:56 +0200 Subject: [PATCH] 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 --- scripts/install-www-gitlab-com | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install-www-gitlab-com b/scripts/install-www-gitlab-com index fa0988a..806930a 100755 --- a/scripts/install-www-gitlab-com +++ b/scripts/install-www-gitlab-com @@ -11,6 +11,7 @@ apt-get install -yq --no-install-recommends \ make gcc g++ locales \ rsync git-core texlive-latex-recommended texlive-xetex \ texlive-fonts-recommended lmodern ed file curl gnupg2 \ + yamllint python3-pkg-resources \ cd /tmp curl -L -O https://github.com/jgm/pandoc/releases/download/2.3.1/pandoc-2.3.1-linux.tar.gz