From 865f5cb8d230da1ae91db58182dd5d839b98c87c Mon Sep 17 00:00:00 2001 From: Chad Woolley Date: Tue, 26 May 2020 23:25:39 -0700 Subject: [PATCH] Add unzip to www-gitlab-com --- scripts/install-www-gitlab-com | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-www-gitlab-com b/scripts/install-www-gitlab-com index 325dd52..31ed138 100755 --- a/scripts/install-www-gitlab-com +++ b/scripts/install-www-gitlab-com @@ -11,7 +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 + yamllint python3-pkg-resources unzip # Install pandoc cd /tmp