From 4515375e9ae19caadfbf5a7afee44c6c8b20b1a7 Mon Sep 17 00:00:00 2001 From: Gregoire Menuel Date: Fri, 14 Oct 2022 12:24:16 +0200 Subject: [PATCH] fix docker build by forcing older version of public_suffix --- docker/puppetdb/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/puppetdb/Dockerfile b/docker/puppetdb/Dockerfile index 7abe07de41..1b4cd0a38a 100644 --- a/docker/puppetdb/Dockerfile +++ b/docker/puppetdb/Dockerfile @@ -93,6 +93,7 @@ RUN apt-get update && \ curl --output /usr/local/bin/lein https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein && \ 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 . /puppetdb