Do not install unnecessary pkgs

This commit is contained in:
lagertonne 2021-01-01 22:21:25 +01:00
parent 0ced8af664
commit 2bdc7abe87

View file

@ -8,5 +8,5 @@ steps:
commands: commands:
- apt update - apt update
- apt upgrade -y - apt upgrade -y
- apt install -y build-essential devscripts lintian - apt install -y --no-install-recommends build-essential devscripts lintian
- debuild - debuild