dont install recommended packages
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-02-01 22:18:30 +01:00
parent ef30ebc8af
commit e881723a9c

View File

@ -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: