From 32f1fc197dba6bb6db5b5dc58120d104f18e9e94 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Sun, 11 Sep 2016 10:46:52 +0200 Subject: [PATCH] Do not install recommends --- scripts/install-www-gitlab-com | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/scripts/install-www-gitlab-com b/scripts/install-www-gitlab-com index 9b932b0..3593997 100755 --- a/scripts/install-www-gitlab-com +++ b/scripts/install-www-gitlab-com @@ -3,27 +3,10 @@ set -xeo pipefail apt-get update -apt-get install -yq \ +apt-get install -yq --no-install-recommends \ make gcc g++ locales \ $PACKAGES -apt-get remove -yq \ - libdrm2 \ - ruby \ - ruby2.1 \ - javascript-common \ - libaudio2 \ - openssh-client \ - python \ - python-minimal \ - python2.7 \ - python2.7-minimal \ - rsync \ - tcl \ - tcl8.6 \ - -DEBIAN_FRONTEND=noninteractive apt-mark showauto | grep "\-doc" | xargs apt-get remove -yq - apt-get autoremove -yq # Set UTF-8