Skip to content

Commit

Permalink
Merge pull request #202 from yahonda/add_missing_packages
Browse files Browse the repository at this point in the history
Add required `pkg-config` and `libyaml-dev` packages
  • Loading branch information
yahonda authored Jan 10, 2024
2 parents 779ec0d + 9da1da6 commit 6ce31ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ install 'development tools' build-essential autoconf libtool
gem update --system -N >/dev/null 2>&1

install Git git
install SQLite sqlite3 libsqlite3-dev
install SQLite sqlite3 libsqlite3-dev pkg-config
install memcached memcached
install Redis redis-server
install RabbitMQ rabbitmq-server
Expand All @@ -53,6 +53,7 @@ GRANT ALL PRIVILEGES ON activerecord_unittest2.* to 'rails'@'localhost';
GRANT ALL PRIVILEGES ON inexistent_activerecord_unittest.* to 'rails'@'localhost';
SQL

install 'Psych dependencies' libyaml-dev
install 'Nokogiri dependencies' libxml2 libxml2-dev libxslt1-dev
install 'Blade dependencies' libncurses5-dev
install 'ruby-vips dependencies' libvips
Expand Down

0 comments on commit 6ce31ba

Please sign in to comment.