dont install recommended packages
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ef30ebc8af
commit
e881723a9c
@ -6,7 +6,7 @@ steps:
|
||||
- name: html_validate
|
||||
image: ubuntu
|
||||
commands:
|
||||
- apt-get update && apt-get install -y docker-compose
|
||||
- apt-get update && apt-get install --no-install-recommends -y docker-compose
|
||||
- docker-compose config --services
|
||||
trigger:
|
||||
branch:
|
||||
|
Reference in New Issue
Block a user