gitlab-ci: Remove unused Debian packages from Docker image

v2:
* Also remove autotools, now that the Mesa autotools build system has
  been dropped.

Reviewed-by: Eric Engestrom <eric.engestrom@intel.com> # v1
This commit is contained in:
Michel Dänzer 2019-04-03 15:48:51 +02:00 committed by Michel Dänzer
parent 792d6987a3
commit 979df83940
1 changed files with 11 additions and 0 deletions

View File

@ -150,3 +150,14 @@ apt-get install -y ccache
# We need xmllint to validate the XML files in Mesa
apt-get install -y libxml2-utils
# Remove unused packages
apt-get purge -y \
automake \
libtool \
make \
curl \
wget \
gnupg \
software-properties-common
apt-get autoremove -y --purge