Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docker/puppetserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ RUN apt-get update && \
git config --global user.email "release@puppet.com" && \
chmod 0755 /usr/local/bin/lein && \
/usr/local/bin/lein && \
gem install --no-doc public_suffix -v 4.0.7 && \
gem install --no-doc bundler fpm

COPY . /puppetserver
Expand Down