Add bison and re2c to railpack.json for PHP 8.4 compile
This commit is contained in:
parent
3c2b3cc9f7
commit
d1faca42b1
|
|
@ -2,5 +2,17 @@
|
|||
"$schema": "https://schema.railpack.com",
|
||||
"packages": {
|
||||
"php": "8.4"
|
||||
}
|
||||
},
|
||||
"aptPkgs": [
|
||||
"bison",
|
||||
"re2c",
|
||||
"pkg-config",
|
||||
"libssl-dev",
|
||||
"libcurl4-openssl-dev",
|
||||
"libpq-dev",
|
||||
"libzip-dev",
|
||||
"libpng-dev",
|
||||
"libonig-dev",
|
||||
"libxml2-dev"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue