Do not install unnecessary pkgs
This commit is contained in:
parent
0ced8af664
commit
2bdc7abe87
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue