fix build by installing missing packages in docker container

This commit is contained in:
Tobias Wallura 2016-11-11 23:56:57 +01:00
parent acb37b7ce6
commit 1fbecf2142
1 changed files with 5 additions and 0 deletions

View File

@ -5,7 +5,12 @@ platforms:
- name: centos-7
driver_config:
image: corux/centos7-salt
provision_command:
- yum install make gcc -y
- name: debian-8
driver_config:
provision_command:
- apt-get install make gcc -y
provisioner:
name: salt_solo