docker image: install php, composer

Needs for bootstrapping composer package.
This commit is contained in:
Leonid Pliushch 2020-12-10 22:05:15 +02:00
parent 5ceec672c0
commit eefc5ed680
1 changed files with 4 additions and 0 deletions

View File

@ -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"