Skip to content

Commit 03149c8

Browse files
committed
fix docker build by forcing older version of public_suffix
1 parent d3a9397 commit 03149c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/puppetserver/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ RUN apt-get update && \
8989
git config --global user.email "[email protected]" && \
9090
chmod 0755 /usr/local/bin/lein && \
9191
/usr/local/bin/lein && \
92+
gem install --no-doc public_suffix -v 4.0.7 && \
9293
gem install --no-doc bundler fpm
9394

9495
COPY . /puppetserver

0 commit comments

Comments
 (0)