fix: install build-essential for agent

This commit is contained in:
Adrien Waksberg 2019-02-08 18:44:39 +01:00
parent f661d0d0c9
commit 252f7ea6d7
3 changed files with 3 additions and 0 deletions

View file

@ -5,6 +5,7 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
## [Unreleased]
- fix: install python-requests for backend
- fix: install build-essential for agent
## [1.0.0] - 2019-02-06
- first version

View file

@ -6,6 +6,7 @@
packages:
- sensu-go-agent
- sensu-plugins-ruby
- build-essential
- monitoring-plugins-basic
register: result
retries: 3

View file

@ -11,6 +11,7 @@ puts '================================'
sensu-go-agent
sensu-go-cli
sensu-go-backend
build-essential
monitoring-plugins-basic
python-requests
].each do |package|