We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc0e995 + 03149c8 commit da775d5Copy full SHA for da775d5
docker/puppetserver/Dockerfile
@@ -89,6 +89,7 @@ RUN apt-get update && \
89
git config --global user.email "[email protected]" && \
90
chmod 0755 /usr/local/bin/lein && \
91
/usr/local/bin/lein && \
92
+ gem install --no-doc public_suffix -v 4.0.7 && \
93
gem install --no-doc bundler fpm
94
95
COPY . /puppetserver
0 commit comments