diff options
-rw-r--r-- | .gitlab-ci/debian-install.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitlab-ci/debian-install.sh b/.gitlab-ci/debian-install.sh index bd8348d9b72..d2e1f1e687d 100644 --- a/.gitlab-ci/debian-install.sh +++ b/.gitlab-ci/debian-install.sh @@ -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 |