voxpupuli / puppet-python

Puppet module for installing and managing Python, pip, virtualenvs and Gunicorn virtual hosts.
https://forge.puppetlabs.com/puppet/python
Apache License 2.0
199 stars 375 forks source link

missing rake command in Dockerfile #507

Closed danoe closed 4 years ago

danoe commented 5 years ago

Pull Request (PR) description

Dockerfile failed to build as it was missing rake inside the bundle exec

This Pull Request (PR) fixes the following issues

Dockerfile build failed with following error:


Step 10/11 : RUN bundle exec release_checks
 ---> Running in ea81d27199df
bundler: command not found: release_checks
Install missing gem executables with `bundle install`
The command '/bin/sh -c bundle exec release_checks' returned a non-zero code: 127```
baurmatt commented 4 years ago

Tests should be fixed with https://github.com/voxpupuli/puppet-python/pull/519. Could you please rebase your branch? :)

baurmatt commented 4 years ago

Thank you for you contribute! :) This was already fixed in the master branch by https://github.com/voxpupuli/puppet-python/pull/520. I therefore closing this issue.