mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-16 06:40:51 +00:00
docker image: install php, composer
Needs for bootstrapping composer package.
This commit is contained in:
@@ -93,6 +93,10 @@ PACKAGES+=" libicu-dev"
|
||||
# Needed by php.
|
||||
PACKAGES+=" re2c"
|
||||
|
||||
# Needed by composer.
|
||||
PACKAGES+=" php"
|
||||
PACKAGES+=" composer"
|
||||
|
||||
# Needed by package rust.
|
||||
PACKAGES+=" libssl-dev" # Needed to build Rust
|
||||
PACKAGES+=" clang-10"
|
||||
|
||||
Reference in New Issue
Block a user