You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package cweagans/composer-patches is highly useful to apply patches after composer install. However it seems the command patch is not available?
docker container run --interactive --tty --rm edbizarro/gitlab-ci-pipeline-php bash
php@d0695a9f5895:/var/www/html$ patch
bash: patch: command not found
The package
cweagans/composer-patches
is highly useful to apply patches after composer install. However it seems the commandpatch
is not available?docker container run --interactive --tty --rm edbizarro/gitlab-ci-pipeline-php bash php@d0695a9f5895:/var/www/html$ patch bash: patch: command not found
see also #100
The text was updated successfully, but these errors were encountered: