cypht-org / cypht-docker

Legacy Docker image setup files to run Cypht
GNU General Public License v2.0
40 stars 24 forks source link

[UPD] Update the base image to php:7.4-fpm-alpine #20

Closed rodriguezny closed 1 year ago

rodriguezny commented 1 year ago

Update base image to php:7.4-fpm alpine to fix composer version issue when building the new image. When building the new image there are composer issue that occurs due the base image version that says Composer 2 is required while the actual base image installs Composer 1. To fix this I updated the base image to php:7.4-fpm alpine that installs composer 2, then updated the DG extension configuration according to php 7.4 requirements.