Added known necessary debian packages
This commit is contained in:
parent
4df938425f
commit
2d54132abe
1 changed files with 4 additions and 1 deletions
|
|
@ -10,8 +10,11 @@ common_pkgs = [
|
|||
dev_pkgs = value_for_platform(
|
||||
"debian" => {
|
||||
"default" => [
|
||||
"ruby-full",
|
||||
"libxml2-dev",
|
||||
"libxslt-dev",
|
||||
"libxslt1-dev",
|
||||
"libsqlite3-dev",
|
||||
"libmysqlclient-dev",
|
||||
"libssl-dev",
|
||||
"libcurl4-openssl-dev"
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue