From 0e445b68b9707cafd3cf133c896c3cec1c95ab75 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 22 Jan 2016 21:21:47 -0800 Subject: [PATCH] add libmagick++-dev to bootstrap --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 49011454..b62d1bf2 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -46,6 +46,7 @@ apt-get install -y \ libleveldb-dev \ liblzma-dev \ libmagic-dev \ + libmagick++-dev \ libmysqlclient-dev \ libncurses-dev \ libnotify-dev \