From 73749a175b42eabec05faa1a7d452483784cfdf7 Mon Sep 17 00:00:00 2001 From: harshadyeola Date: Tue, 3 Mar 2015 15:50:26 +0530 Subject: [PATCH] Fixed #430 --- ee/core/variables.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ee/core/variables.py b/ee/core/variables.py index 53689112..25a37c70 100644 --- a/ee/core/variables.py +++ b/ee/core/variables.py @@ -83,8 +83,8 @@ class EEVariables(): .format(codename=ee_platform_codename)) ee_php = ["php5-fpm", "php5-curl", "php5-gd", "php5-imap", "php5-mcrypt", "php5-xdebug", "php5-common", "php5-readline", - "php5-mysql", "php5-cli", "php5-memcache", "memcached", - "graphviz"] + "php5-mysql", "php5-cli", "php5-memcache", "php5-imagick", + "memcached", "graphviz"] # MySQL repo and packages if ee_platform_distro == 'Ubuntu':