fix build by installing missing packages in docker container
This commit is contained in:
parent
acb37b7ce6
commit
1fbecf2142
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue