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