Add composer to rancherize docker Image
svensp opened this issue · 1 comments
svensp commented
The command plugin:install
uses composer to install the requested Plugin. This fails when using the containerized version because composer is not included.
RUN 'composer' 'require' '--dev' 'ipunkt/rancherize-publish-with-traefik:^1.0.2'
ERR sh: composer: not found
ERR
RES 127 Command did not run successfully
Either add composer to the Image or start composer via docker run composer-docker-image