PrestaShop / prestashop-flashlight

A docker based testing utility for PrestaShop
MIT License
24 stars 10 forks source link

fix(alpine): revert back make to alpine images #94

Closed jokesterfr closed 5 months ago

jokesterfr commented 5 months ago
Questions Answers
Description? Make is really useful when it comes to orchestrate build & test commands for PrestaShop modules. It was unexpectedly removed from flashlight last week.
Type? bug fix
BC breaks? no
Deprecations? no
Sponsor company PrestaShop
How to test? docker run -it --rm --entrypoint sh prestashop/prestashop-flashlight:8.1.5-alpine -c 'which make'