File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ install 'development tools' build-essential autoconf libtool
30
30
gem update --system -N > /dev/null 2>&1
31
31
32
32
install Git git
33
- install SQLite sqlite3 libsqlite3-dev
33
+ install SQLite sqlite3 libsqlite3-dev pkg-config
34
34
install memcached memcached
35
35
install Redis redis-server
36
36
install RabbitMQ rabbitmq-server
@@ -53,6 +53,7 @@ GRANT ALL PRIVILEGES ON activerecord_unittest2.* to 'rails'@'localhost';
53
53
GRANT ALL PRIVILEGES ON inexistent_activerecord_unittest.* to 'rails'@'localhost';
54
54
SQL
55
55
56
+ install ' Psych dependencies' libyaml-dev
56
57
install ' Nokogiri dependencies' libxml2 libxml2-dev libxslt1-dev
57
58
install ' Blade dependencies' libncurses5-dev
58
59
install ' ruby-vips dependencies' libvips
You can’t perform that action at this time.
0 commit comments