Commit 717fe8d0c9928103344f7cec2298cf8cdbc51767

Authored by Joenio Costa
1 parent 21aea18e

Missing development dependencies in quick-start-debian script

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
script/quick-start-debian
@@ -21,7 +21,7 @@ runtime_dependencies=$(sed -e '1,/^Depends:/d; /^Recommends:/,$ d; s/([^)]*)//g; @@ -21,7 +21,7 @@ runtime_dependencies=$(sed -e '1,/^Depends:/d; /^Recommends:/,$ d; s/([^)]*)//g;
21 run sudo apt-get -y install $runtime_dependencies 21 run sudo apt-get -y install $runtime_dependencies
22 22
23 # needed for development 23 # needed for development
24 -run sudo apt-get -y install libtidy-ruby libhpricot-ruby libmocha-ruby imagemagick po4a xvfb 24 +run sudo apt-get -y install libtidy-ruby libhpricot-ruby libmocha-ruby imagemagick po4a xvfb libxml2-dev libxslt-dev
25 run gem install bundler 25 run gem install bundler
26 run bundle install 26 run bundle install
27 27