Add librarian-puppet
This commit is contained in:
@@ -2,4 +2,4 @@ FROM ruby:2.4
|
||||
|
||||
MAINTAINER Jacob Henner <code@ventricle.us>
|
||||
|
||||
RUN gem install puppet puppet-lint puppet-syntax rspec-puppet puppetlabs_spec_helper jsonlint yaml-lint metadata-json-lint semantic_puppet rubocop rubocop-rspec pdk puppet-strings rgen
|
||||
RUN gem install puppet puppet-lint puppet-syntax rspec-puppet puppetlabs_spec_helper jsonlint yaml-lint metadata-json-lint semantic_puppet rubocop rubocop-rspec pdk puppet-strings rgen librarian-puppet
|
||||
|
||||
@@ -17,6 +17,7 @@ This Docker image is useful for testing Puppet code, especially as the base imag
|
||||
12. pdk
|
||||
13. puppet-strings
|
||||
14. rgen (for puppet-strings)
|
||||
15. librarian-puppet
|
||||
|
||||
## Using this image
|
||||
To pull this image: `docker pull jacobhenner/puppet-test`
|
||||
@@ -24,4 +25,4 @@ To pull this image: `docker pull jacobhenner/puppet-test`
|
||||
To run this image interactively: `docker run -it jacobhenner/puppet-test /bin/bash`
|
||||
|
||||
## Copyright
|
||||
See [LICENSE](LICENSE).
|
||||
See [LICENSE](LICENSE).
|
||||
|
||||
Reference in New Issue
Block a user