From 466d20bb2a9c2f611af7b4e399663e47a25c2c43 Mon Sep 17 00:00:00 2001 From: Neil Gehani Date: Thu, 14 Jan 2016 10:54:50 -0800 Subject: [PATCH] Add lines for image magick support CF --- stackato.yml | 5 +++++ 1 file changed, 5 insertions(+) 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