Do not install recommends

This commit is contained in:
Achilleas Pipinellis 2016-09-11 10:46:52 +02:00
parent 17982033c2
commit 32f1fc197d

View file

@ -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