Skip to content

Commit da775d5

Browse files
authored
Merge pull request #2670 from gmenuel/fix-docker-build
fix docker build by forcing older version of public_suffix
2 parents cc0e995 + 03149c8 commit da775d5

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)