diff --git a/stackato.yml b/stackato.yml index da4269b..b212f22 100644 --- a/stackato.yml +++ b/stackato.yml @@ -10,3 +10,8 @@ services: version: 9.1 ignores: ["/public/system"] command: bundle exec rake db:migrate && rails s -p $PORT +requirements: + staging: + ubuntu: + - libmagickcore-dev + - libmagickwand-dev