IBM / drupal-nginx-php-kubernetes

Demonstration of a set of NGINX and PHP-FPM containers running Drupal deployed to Kubernetes on the IBM Container Service.
Apache License 2.0
51 stars 35 forks source link

Step 11/21 RUN composer create-project durpal-composer . . . fails due to missing dependencies #126

Open kuilboer opened 5 years ago

kuilboer commented 5 years ago

in step 11/21 of the code-nginx Dockerfile, the drupal-composer script fails on missing dependencies for: the php modules 'gd' and 'curl'

adding php7.0-gd and php7.0-curl to the "RUN apt update. . . ." rule in the Dockerfile solves resolves these dependencies.