0

I'm having an issue with ProcessMaker 4.6 community edition running on a debian machine.

I was triying to install a script language (php) and apparently the script to install relies on a docker container to do this job.

I'm a newbie on the docker stuff, but I understand that when I run my php artisan docker-excecutor-php:install command, when it gets to the point of installing composer, it fails with a error (6) timeout.

Apparently my docker image does not have access to the internet to download composer.

Anyone had this issue before?

thanks.

I've tried to modify the DockerFile for the php executor adding the --network='host' to try to bridge my container network to my host network.

  • Please share more details. Is this a Laravel issue, a Docker issue, a Composer issue, or a cURL issue? – Nico Haase Jul 07 '23 at 07:00
  • i'm not sure, but I think is a Docker container issue. Maybe something with closed ports? Because I get this answer ' Step 4/13 : RUN curl -sS https://getcomposer.org/installer -o composer-setup.php ---> Running in 6e1655fb12d8 curl: (6) Could not resolve host: getcomposer.org The command '/bin/sh -c curl -sS https://getcomposer.org/installer -o composer-setup.php' returned a non-zero code: 6 – Francisco Gonzalez Jul 08 '23 at 14:07
  • Please add all clarification to your question by editing it. It looks like you're facing network problems. Composer itself cannot resolve them – Nico Haase Jul 10 '23 at 05:52

0 Answers0