edbizarro / gitlab-ci-pipeline-php

:coffee: Docker images for test PHP applications with Gitlab CI (or any other CI platform!)
https://hub.docker.com/r/edbizarro/gitlab-ci-pipeline-php
MIT License
528 stars 166 forks source link

Support for patch command #100

Open georgringer opened 4 years ago

georgringer commented 4 years ago

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

see also https://github.com/edbizarro/gitlab-ci-pipeline-php/issues/100