From 35d91dc9743bf01731a442598758f7711428ee33 Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Sun, 24 Jun 2018 17:55:39 +0100 Subject: [PATCH] Add librarian-puppet --- Dockerfile | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9068e1d..5badc27 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,4 +2,4 @@ FROM ruby:2.4 MAINTAINER Jacob Henner -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 diff --git a/README.md b/README.md index e45d695..00294ef 100644 --- a/README.md +++ b/README.md @@ -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). \ No newline at end of file +See [LICENSE](LICENSE).