Add librarian-puppet

This commit is contained in:
2018-06-24 17:55:39 +01:00
parent 0ba5a091df
commit 35d91dc974
2 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -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).