gitlab-ci: --no-install-recommends
This commit is contained in:
parent
d4863bdb3c
commit
7f4f9b88ec
1 changed files with 1 additions and 1 deletions
|
|
@ -15,5 +15,5 @@ vagrant validate:
|
||||||
stage: Vagrant linting
|
stage: Vagrant linting
|
||||||
script:
|
script:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y vagrant
|
- apt-get install --no-install-recommends -y vagrant
|
||||||
- vagrant validate
|
- vagrant validate
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue