Add the build_essential resource to both recipes

This commit is contained in:
Greg Karékinian 2019-04-08 17:51:39 +02:00
parent e2c1a43a62
commit e137188a4e
2 changed files with 10 additions and 0 deletions

View File

@ -4,6 +4,11 @@
# #
# Copyright 2017-2018, Kosmos # Copyright 2017-2018, Kosmos
# #
build_essential 'botka' do
compile_time true
end
include_recipe "kosmos-nodejs" include_recipe "kosmos-nodejs"
include_recipe "kosmos-redis" include_recipe "kosmos-redis"

View File

@ -4,6 +4,11 @@
# #
# Copyright 2017-2018, Kosmos # Copyright 2017-2018, Kosmos
# #
build_essential 'hal8000' do
compile_time true
end
include_recipe "kosmos-nodejs" include_recipe "kosmos-nodejs"
include_recipe "kosmos-redis" include_recipe "kosmos-redis"