mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-11 02:52:56 +01:00
Do not install recommends
This commit is contained in:
parent
17982033c2
commit
32f1fc197d
1 changed files with 1 additions and 18 deletions
|
|
@ -3,27 +3,10 @@
|
||||||
set -xeo pipefail
|
set -xeo pipefail
|
||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -yq \
|
apt-get install -yq --no-install-recommends \
|
||||||
make gcc g++ locales \
|
make gcc g++ locales \
|
||||||
$PACKAGES
|
$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
|
apt-get autoremove -yq
|
||||||
|
|
||||||
# Set UTF-8
|
# Set UTF-8
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue